Changeset 18162 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 23, 2009 7:28:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.cpp
r17669 r18162 1545 1545 case VBoxDefs::MediaType_HardDisk: 1546 1546 { 1547 CHardDisk hd = mVBox.OpenHardDisk(aLocation );1547 CHardDisk hd = mVBox.OpenHardDisk(aLocation, TRUE /* fWrite */); 1548 1548 if (mVBox.isOk()) 1549 1549 {
Note:
See TracChangeset
for help on using the changeset viewer.