Changeset 34946 in vbox
- Timestamp:
- Dec 10, 2010 12:40:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.cpp
r34740 r34946 2480 2480 { 2481 2481 QString strMachineFolder(QFileInfo(m_machine.GetSettingsFilePath()).absolutePath()); 2482 QString strMediumId = vboxGlobal().openMediumWithFileOpenDialog(m_pMediumIdHolder->type(), this, strMachineFolder );2482 QString strMediumId = vboxGlobal().openMediumWithFileOpenDialog(m_pMediumIdHolder->type(), this, strMachineFolder, true); 2483 2483 if (!strMediumId.isNull()) 2484 2484 m_pMediumIdHolder->setId(strMediumId);
Note:
See TracChangeset
for help on using the changeset viewer.