Changeset 18838 in vbox for trunk/src/VBox
- Timestamp:
- Apr 7, 2009 5:51:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r18833 r18838 2816 2816 pelmOperatingSystemSection->createChild("Info")->addContent("The kind of installed guest operating system"); 2817 2817 Utf8Str strOSDesc; 2818 convertCIMOSType2VBoxOSType(strOSDesc, llOS.front()->strOvf.toInt32(), "");2818 convertCIMOSType2VBoxOSType(strOSDesc, (CIMOSType_T)llOS.front()->strOvf.toInt32(), ""); 2819 2819 pelmOperatingSystemSection->createChild("Description")->addContent(strOSDesc); 2820 2820
Note:
See TracChangeset
for help on using the changeset viewer.