Changeset 45424 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportApp.cpp
- Timestamp:
- Apr 9, 2013 8:21:25 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportApp.cpp
r45358 r45424 86 86 { 87 87 /* Show some progress, so the user know whats going on: */ 88 msgCenter().showModalProgressDialog(progress, QApplication::translate("UIWizardExportApp", "Checking files ..."), "", this); 88 msgCenter().showModalProgressDialog(progress, QApplication::translate("UIWizardExportApp", "Checking files ..."), 89 ":/refresh_32px.png", this); 89 90 if (progress.GetCanceled()) 90 91 return false; … … 107 108 { 108 109 /* Show some progress, so the user know whats going on: */ 109 msgCenter().showModalProgressDialog(progress1, QApplication::translate("UIWizardExportApp", "Removing files ..."), "", this); 110 msgCenter().showModalProgressDialog(progress1, QApplication::translate("UIWizardExportApp", "Removing files ..."), 111 ":/vm_delete_32px.png", this); 110 112 if (progress1.GetCanceled()) 111 113 return false;
Note:
See TracChangeset
for help on using the changeset viewer.