Changeset 91472 in vbox for trunk/src/VBox
- Timestamp:
- Sep 29, 2021 8:01:17 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMNameOSTypePage.cpp
r91294 r91472 74 74 { QRegExp( "(Wi.*10.*64)|(W10.*64)", Qt::CaseInsensitive), "Windows10_64" }, 75 75 { QRegExp( "(Wi.*10.*32)|(W10.*32)", Qt::CaseInsensitive), "Windows10" }, 76 { QRegExp( "(Wi.*11)|(W11)", Qt::CaseInsensitive), "Windows11_64" }, 76 77 { QRegExp( "Wi.*3.*1", Qt::CaseInsensitive), "Windows31" }, 77 78 /* Set Windows 7 as default for "Windows". */
Note:
See TracChangeset
for help on using the changeset viewer.