Changeset 18833 in vbox for trunk/src/VBox
- Timestamp:
- Apr 7, 2009 4:08:36 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45839
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r18829 r18833 2815 2815 pelmOperatingSystemSection->setAttribute("ovf:id", llOS.front()->strOvf); 2816 2816 pelmOperatingSystemSection->createChild("Info")->addContent("The kind of installed guest operating system"); 2817 // pelmOperatingSystemSection->createChild("Description")->addContent("blah"); // @todo 2817 Utf8Str strOSDesc; 2818 convertCIMOSType2VBoxOSType(strOSDesc, llOS.front()->strOvf.toInt32(), ""); 2819 pelmOperatingSystemSection->createChild("Description")->addContent(strOSDesc); 2818 2820 2819 2821 // <VirtualHardwareSection ovf:id="hw1" ovf:transport="iso">
Note:
See TracChangeset
for help on using the changeset viewer.