Changeset 43480 in vbox
- Timestamp:
- Oct 1, 2012 9:56:14 AM (12 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r43477 r43480 3836 3836 || strGuestOSTypeId.startsWith("Windows7") 3837 3837 || strGuestOSTypeId.startsWith("Windows8") 3838 || strGuestOSTypeId.startsWith("Windows2008"); 3838 || strGuestOSTypeId.startsWith("Windows2008") 3839 || strGuestOSTypeId.startsWith("Windows2012"); 3839 3840 } 3840 3841 #endif /* VBOX_WITH_CRHGSMI */ … … 4314 4315 {"Windows8", ":/os_win8.png"}, 4315 4316 {"Windows8_64", ":/os_win8_64.png"}, 4317 {"Windows2012", ":/os_win2k12_64.png"}, 4316 4318 {"WindowsNT", ":/os_win_other.png"}, 4317 4319 {"OS2Warp3", ":/os_os2warp3.png"}, -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.cpp
r43041 r43480 59 59 { QRegExp("((Wi.*V)|(Vista)).*64", Qt::CaseInsensitive), "WindowsVista_64" }, 60 60 { QRegExp("(Wi.*V)|(Vista)", Qt::CaseInsensitive), "WindowsVista" }, 61 { QRegExp("(Wi.*2012)|(W2K12)", Qt::CaseInsensitive), "Windows2012_64" }, 61 62 { QRegExp("((Wi.*2008)|(W2K8)).*64", Qt::CaseInsensitive), "Windows2008_64" }, 62 63 { QRegExp("(Wi.*2008)|(W2K8)", Qt::CaseInsensitive), "Windows2008" },
Note:
See TracChangeset
for help on using the changeset viewer.