Changeset 106971 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Nov 12, 2024 8:31:00 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMNameOSTypePage.cpp
r106061 r106971 76 76 { QRegularExpression("((Wi.*Vis)|(Vista)).*64", QRegularExpression::CaseInsensitiveOption), GUEST_OS_ID_STR_X64("WindowsVista") }, 77 77 { QRegularExpression("((Wi.*Vis)|(Vista)).*32", QRegularExpression::CaseInsensitiveOption), GUEST_OS_ID_STR_X86("WindowsVista") }, 78 { QRegularExpression( "(Wi.*2025)|(W2K25)|(Win2K25)", QRegularExpression::CaseInsensitiveOption), GUEST_OS_ID_STR_X64("Windows2025") }, 79 { QRegularExpression( "(Wi.*2022)|(W2K22)|(Win2K22)", QRegularExpression::CaseInsensitiveOption), GUEST_OS_ID_STR_X64("Windows2022") }, 78 80 { QRegularExpression( "(Wi.*2016)|(W2K16)|(Win2K16)", QRegularExpression::CaseInsensitiveOption), GUEST_OS_ID_STR_X64("Windows2016") }, 79 81 { QRegularExpression( "(Wi.*2012)|(W2K12)|(Win2K12)", QRegularExpression::CaseInsensitiveOption), GUEST_OS_ID_STR_X64("Windows2012") },
Note:
See TracChangeset
for help on using the changeset viewer.