- Timestamp:
- Jul 16, 2013 9:22:44 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87287
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/VirtualBox1.qrc
r47177 r47182 155 155 <file alias="snapshot_delete_disabled_16px.png">images/snapshot_delete_disabled_16px.png</file> 156 156 <file alias="snapshot_delete_disabled_22px.png">images/snapshot_delete_disabled_22px.png</file> 157 <file alias=" take_screenshot_16px.png">images/take_screenshot_16px.png</file>158 <file alias=" take_screenshot_disabled_16px.png">images/take_screenshot_disabled_16px.png</file>157 <file alias="screenshot_take_16px.png">images/screenshot_take_16px.png</file> 158 <file alias="screenshot_take_disabled_16px.png">images/screenshot_take_disabled_16px.png</file> 159 159 <file alias="snapshot_show_details_16px.png">images/snapshot_show_details_16px.png</file> 160 160 <file alias="snapshot_show_details_22px.png">images/snapshot_show_details_22px.png</file> -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.cpp
r47170 r47182 112 112 113 113 UIActionSimplePerformTakeScreenshot(UIActionPool *pParent) 114 : UIActionSimple(pParent, ":/ take_screenshot_16px.png", ":/take_screenshot_disabled_16px.png")114 : UIActionSimple(pParent, ":/screenshot_take_16px.png", ":/screenshot_take_disabled_16px.png") 115 115 { 116 116 retranslateUi();
Note:
See TracChangeset
for help on using the changeset viewer.