Changeset 18091 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 19, 2009 12:41:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxNewVMWzd.cpp
r18080 r18091 310 310 311 311 /* Show the New Hard Disk wizard */ 312 if (sender() == mBtnNext4 && m NewVDIRadio->isChecked() &&313 !showNewHDWizard())312 if (sender() == mBtnNext4 && mGbHDA->isChecked() && 313 mNewVDIRadio->isChecked() && !showNewHDWizard()) 314 314 return; 315 315
Note:
See TracChangeset
for help on using the changeset viewer.