Changeset 35151 in vbox
- Timestamp:
- Dec 15, 2010 4:42:08 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68988
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r35149 r35151 1009 1009 pelmMedium->setAttributePath("location", mdm.strLocation); 1010 1010 1011 pelmMedium->setAttribute("format", mdm.strFormat); 1011 if (devType == DeviceType_HardDisk || RTStrICmp(mdm.strFormat.c_str(), "RAW")) 1012 pelmMedium->setAttribute("format", mdm.strFormat); 1012 1013 if (mdm.fAutoReset) 1013 1014 pelmMedium->setAttribute("autoReset", mdm.fAutoReset);
Note:
See TracChangeset
for help on using the changeset viewer.