Changeset 33079 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Oct 12, 2010 5:05:13 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 66606
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxImportApplianceWgt.cpp
r28800 r33079 136 136 /* Show some progress, so the user know whats going on */ 137 137 vboxProblem().showModalProgressDialog (progress, tr ("Importing Appliance ..."), this); 138 if (progress.GetCanceled()) 139 return false; 138 140 if (!progress.isOk() || progress.GetResultCode() != 0) 139 141 {
Note:
See TracChangeset
for help on using the changeset viewer.