Changeset 49983 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Dec 19, 2013 12:23:17 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91415
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r49687 r49983 2875 2875 if (strGraphicsControllerType == "VBOXVGA") 2876 2876 type = GraphicsControllerType_VBoxVGA; 2877 else if (strGraphicsControllerType == "VMSVGA") 2878 type = GraphicsControllerType_VMSVGA; 2877 2879 else if (strGraphicsControllerType == "NONE") 2878 2880 type = GraphicsControllerType_Null; … … 4143 4145 { 4144 4146 case GraphicsControllerType_VBoxVGA: pcszGraphics = "VBoxVGA"; break; 4147 case GraphicsControllerType_VMSVGA: pcszGraphics = "VMSVGA"; break; 4145 4148 default: /*case GraphicsControllerType_Null:*/ pcszGraphics = "None"; break; 4146 4149 }
Note:
See TracChangeset
for help on using the changeset viewer.