Changeset 26230 in vbox for trunk/src/VBox
- Timestamp:
- Feb 4, 2010 11:28:22 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57269
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 2 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/VirtualBox1.qrc
r26190 r26230 31 31 <file alias="vmw_new_harddisk.png">images/vmw_new_harddisk.png</file> 32 32 <file alias="vmw_new_user.png">images/vmw_new_user.png</file> 33 <file alias="vmw_first_run.png">images/vmw_first_run.png</file> 34 <file alias="vmw_ovf_export.png">images/vmw_ovf_export.png</file> 33 35 <file alias="vmw_ovf_import.png">images/vmw_ovf_import.png</file> 34 36 <file alias="machine_16px.png">images/machine_16px.png</file> -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIExportApplianceWzd.cpp
r26187 r26230 67 67 #else /* Q_WS_MAC */ 68 68 /* Assign watermark */ 69 assignWatermark(":/vmw_ovf_ import.png");69 assignWatermark(":/vmw_ovf_export.png"); 70 70 #endif /* Q_WS_MAC */ 71 71 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIFirstRunWzd.cpp
r26187 r26230 58 58 #else /* Q_WS_MAC */ 59 59 /* Assign watermark */ 60 assignWatermark(":/vmw_ new_welcome.png");60 assignWatermark(":/vmw_first_run.png"); 61 61 #endif /* Q_WS_MAC */ 62 62 }
Note:
See TracChangeset
for help on using the changeset viewer.