Changeset 75010 in vbox for trunk/src/VBox
- Timestamp:
- Oct 23, 2018 4:51:34 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic3.cpp
r74878 r75010 68 68 { 69 69 /* Get opened medium id: */ 70 QUuid uMediumId = vboxGlobal().openMediumWithFileOpenDialog(UIMediumDeviceType_HardDisk, thisImp()); 70 QUuid uMediumId = vboxGlobal().openMediumSelectorDialog(thisImp(), UIMediumDeviceType_HardDisk, 71 fieldImp("machineBaseName").toString(), 72 fieldImp("machineFolder").toString()); 71 73 if (!uMediumId.isNull()) 72 74 { … … 296 298 return fResult; 297 299 } 298
Note:
See TracChangeset
for help on using the changeset viewer.