Changeset 46367 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Jun 3, 2013 4:34:26 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86183
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r46351 r46367 1387 1387 { 1388 1388 pelmGlobalChild->getAttributeValue("defaultMachineFolder", systemProperties.strDefaultMachineFolder); 1389 pelmGlobalChild->getAttributeValue("LoggingLevel", systemProperties.strLoggingLevel); 1389 1390 pelmGlobalChild->getAttributeValue("defaultHardDiskFormat", systemProperties.strDefaultHardDiskFormat); 1390 1391 if (!pelmGlobalChild->getAttributeValue("VRDEAuthLibrary", systemProperties.strVRDEAuthLibrary)) … … 1532 1533 if (systemProperties.strDefaultMachineFolder.length()) 1533 1534 pelmSysProps->setAttribute("defaultMachineFolder", systemProperties.strDefaultMachineFolder); 1535 if (systemProperties.strLoggingLevel.length()) 1536 pelmSysProps->setAttribute("LoggingLevel", systemProperties.strLoggingLevel); 1534 1537 if (systemProperties.strDefaultHardDiskFormat.length()) 1535 1538 pelmSysProps->setAttribute("defaultHardDiskFormat", systemProperties.strDefaultHardDiskFormat);
Note:
See TracChangeset
for help on using the changeset viewer.