Changeset 46348 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- May 31, 2013 5:31:20 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86140
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r46123 r46348 3621 3621 Utf8Str str; 3622 3622 elmMachine.getAttributeValue("Description", machineUserData.strDescription); 3623 elmMachine.getAttributeValue("Icon", machineUserData.ovIcon); 3623 3624 3624 3625 elmMachine.getAttributeValue("OSType", machineUserData.strOsType); … … 4848 4849 if (machineUserData.strDescription.length()) 4849 4850 elmMachine.createChild("Description")->addContent(machineUserData.strDescription); 4851 elmMachine.setAttribute("Icon", machineUserData.ovIcon); 4850 4852 elmMachine.setAttribute("OSType", machineUserData.strOsType); 4851 4853 if ( strStateFile.length()
Note:
See TracChangeset
for help on using the changeset viewer.