Changeset 79700 in vbox for trunk/src/VBox
- Timestamp:
- Jul 11, 2019 3:14:03 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132040
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVM.cpp
r79682 r79700 99 99 /* Show "Acquire launch form" progress: */ 100 100 msgCenter().showModalProgressDialog(comProgress, tr("Acquire launch form..."), 101 ":/progress_refresh_90px.png", 0, 0);101 ":/progress_refresh_90px.png", this, 0); 102 102 if (!comProgress.isOk() || comProgress.GetResultCode() != 0) 103 103 {
Note:
See TracChangeset
for help on using the changeset viewer.