Changeset 5803 in vbox for trunk/src/VBox/Frontends/VirtualBox/ui
- Timestamp:
- Nov 20, 2007 1:55:28 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 26209
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui.h
r5292 r5803 241 241 if (!mediaCombo->currentItem()) 242 242 { 243 int result = vboxProblem().remindAboutUnsetHD (this); 244 if (result == QIMessageBox::No) 243 if (!vboxProblem().confirmHardDisklessMachine (this)) 245 244 return; 246 245 }
Note:
See TracChangeset
for help on using the changeset viewer.