Changeset 50882 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 26, 2014 9:39:25 AM (11 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/VirtualBox2.qrc
r50881 r50882 166 166 <file alias="progress_network_interface_90px.png">images/progress_network_interface_90px.png</file> 167 167 <file alias="progress_reading_appliance_90px.png">images/progress_reading_appliance_90px.png</file> 168 <file alias="progress_refresh_90px.png">images/progress_refresh_90px.png</file> 168 169 <file alias="progress_snapshot_create_90px.png">images/progress_snapshot_create_90px.png</file> 169 170 <file alias="progress_snapshot_restore_90px.png">images/progress_snapshot_restore_90px.png</file> -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportApp.cpp
r49038 r50882 87 87 /* Show some progress, so the user know whats going on: */ 88 88 msgCenter().showModalProgressDialog(progress, QApplication::translate("UIWizardExportApp", "Checking files ..."), 89 ":/ refresh_32px.png", this);89 ":/progress_refresh_90px.png", this); 90 90 if (progress.GetCanceled()) 91 91 return false; … … 109 109 /* Show some progress, so the user know whats going on: */ 110 110 msgCenter().showModalProgressDialog(progress1, QApplication::translate("UIWizardExportApp", "Removing files ..."), 111 ":/ vm_delete_32px.png", this);111 ":/progress_delete_90px.png", this); 112 112 if (progress1.GetCanceled()) 113 113 return false;
Note:
See TracChangeset
for help on using the changeset viewer.