- Timestamp:
- Mar 26, 2014 9:31:20 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 92981
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/VirtualBox2.qrc
r50879 r50881 165 165 <file alias="progress_media_delete_90px.png">images/progress_media_delete_90px.png</file> 166 166 <file alias="progress_network_interface_90px.png">images/progress_network_interface_90px.png</file> 167 <file alias="progress_reading_appliance_90px.png">images/progress_reading_appliance_90px.png</file> 167 168 <file alias="progress_snapshot_create_90px.png">images/progress_snapshot_create_90px.png</file> 168 169 <file alias="progress_snapshot_restore_90px.png">images/progress_snapshot_restore_90px.png</file> -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceImportEditorWidget.cpp
r50303 r50881 67 67 { 68 68 /* Show some progress, so the user know whats going on */ 69 msgCenter().showModalProgressDialog(progress, tr("Reading Appliance ..."), ":/ sf_32px.png", this);69 msgCenter().showModalProgressDialog(progress, tr("Reading Appliance ..."), ":/progress_reading_appliance_90px.png", this); 70 70 if (!progress.isOk() || progress.GetResultCode() != 0) 71 71 fResult = false;
Note:
See TracChangeset
for help on using the changeset viewer.