Changeset 46351 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- May 31, 2013 8:25:22 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86144
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r46348 r46351 4849 4849 if (machineUserData.strDescription.length()) 4850 4850 elmMachine.createChild("Description")->addContent(machineUserData.strDescription); 4851 elmMachine.setAttribute("Icon", machineUserData.ovIcon); 4851 if (machineUserData.ovIcon.length()) 4852 elmMachine.setAttribute("Icon", machineUserData.ovIcon); 4852 4853 elmMachine.setAttribute("OSType", machineUserData.strOsType); 4853 4854 if ( strStateFile.length() … … 5051 5052 if ( !hardwareMachine.strDefaultFrontend.isEmpty() 5052 5053 || hardwareMachine.graphicsControllerType != GraphicsControllerType_VBoxVGA 5053 || hardwareMachine.enmLongMode != Hardware::LongMode_Legacy) 5054 || hardwareMachine.enmLongMode != Hardware::LongMode_Legacy 5055 || machineUserData.ovIcon.length() > 0) 5054 5056 m->sv = SettingsVersion_v1_14; 5055 5057 }
Note:
See TracChangeset
for help on using the changeset viewer.