Changeset 12124 in vbox
- Timestamp:
- Sep 5, 2008 11:39:41 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 36073
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsHD.cpp
r12036 r12124 676 676 editor->tryToChooseUniqueVdi (vdis); 677 677 678 /* Ask the user for method to add new vdi */ 679 int result = mModel->rowCount() - 1 > editor->count() ? 680 vboxProblem().confirmRunNewHDWzdOrVDM (this) : 681 QIMessageBox::Cancel; 682 678 683 /* Move the focus to the other than attachment table location. 679 684 * This will close the temporary editor of this table to prevent … … 682 687 qApp->processEvents(); 683 688 684 /* Ask the user for method to add new vdi */685 int result = mModel->rowCount() - 1 > editor->count() ?686 vboxProblem().confirmRunNewHDWzdOrVDM (this) :687 QIMessageBox::Cancel;688 689 if (result == QIMessageBox::Yes) 689 690 {
Note:
See TracChangeset
for help on using the changeset viewer.