Changeset 76336 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Dec 21, 2018 1:34:40 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolRuntime.cpp
r76177 r76336 239 239 /** Constructs action passing @a pParent to the base-class. */ 240 240 UIActionSimpleRuntimeShowFileManagerDialog(UIActionPool *pParent) 241 : UIActionSimple(pParent, ":/ session_info_16px.png", ":/session_info_disabled_16px.png", true)241 : UIActionSimple(pParent, ":/file_manager_16px.png", ":/file_manager_disabled_16px.png", true) 242 242 {} 243 243
Note:
See TracChangeset
for help on using the changeset viewer.