Changeset 91473 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Sep 29, 2021 8:03:39 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147157
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMNameOSTypePage.cpp
r91472 r91473 76 76 { QRegExp( "(Wi.*11)|(W11)", Qt::CaseInsensitive), "Windows11_64" }, 77 77 { QRegExp( "Wi.*3.*1", Qt::CaseInsensitive), "Windows31" }, 78 /* Set Windows 7as default for "Windows". */79 { QRegExp( "Wi.*64", Qt::CaseInsensitive), "Windows 7_64" },80 { QRegExp( "Wi.*32", Qt::CaseInsensitive), "Windows 7" },78 /* Set Windows 10 as default for "Windows". */ 79 { QRegExp( "Wi.*64", Qt::CaseInsensitive), "Windows10_64" }, 80 { QRegExp( "Wi.*32", Qt::CaseInsensitive), "Windows10" }, 81 81 /* ReactOS wants to be considered as Windows 2003 */ 82 82 { QRegExp( "Reac.*", Qt::CaseInsensitive), "Windows2003" },
Note:
See TracChangeset
for help on using the changeset viewer.