VirtualBox

Changeset 27480 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 18, 2010 1:49:30 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt: fix the "guess the guest type" heuristics to not thing Vista x86 is XP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzd.cpp

    r27382 r27480  
    5050    { QRegExp("Wi.*Me", Qt::CaseInsensitive), "WindowsMe" },
    5151    { QRegExp("(Wi.*NT)|(NT4)", Qt::CaseInsensitive), "WindowsNT4" },
    52     { QRegExp("((Wi.*X)|(XP)).*64", Qt::CaseInsensitive), "WindowsXP_64" },
    53     { QRegExp("(Wi.*X)|(XP)", Qt::CaseInsensitive), "WindowsXP" },
     52    { QRegExp("((Wi.*XP)|(XP)).*64", Qt::CaseInsensitive), "WindowsXP_64" },
     53    { QRegExp("(Wi.*XP)|(XP)", Qt::CaseInsensitive), "WindowsXP" },
    5454    { QRegExp("((Wi.*2003)|(W2K3).*64", Qt::CaseInsensitive), "Windows2003_64" },
    5555    { QRegExp("(Wi.*2003)|(W2K3)", Qt::CaseInsensitive), "Windows2003" },
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette