VirtualBox

Changeset 26463 in vbox


Ignore:
Timestamp:
Feb 12, 2010 2:01:59 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: nt is common in many words (e.g: geNToo) and therefor hides the others; so make it more specific

File:
1 edited

Legend:

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

    r26460 r26463  
    4848    { QRegExp("Wi.*95", Qt::CaseInsensitive), "Windows95" },
    4949    { QRegExp("Wi.*Me", Qt::CaseInsensitive), "WindowsMe" },
    50     { QRegExp("(Wi.*NT)|(NT)", Qt::CaseInsensitive), "WindowsNT4" },
     50    { QRegExp("(Wi.*NT)|(NT4)", Qt::CaseInsensitive), "WindowsNT4" },
    5151    { QRegExp("((Wi.*X)|(XP)).*64", Qt::CaseInsensitive), "WindowsXP_64" },
    5252    { QRegExp("(Wi.*X)|(XP)", Qt::CaseInsensitive), "WindowsXP" },
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