儲存庫 vbox 的更動 12124
- 時間撮記:
- 2008-9-5 上午11:39:41 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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 {
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器