Changeset 27480 in vbox for trunk/src/VBox
- Timestamp:
- Mar 18, 2010 1:49:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzd.cpp
r27382 r27480 50 50 { QRegExp("Wi.*Me", Qt::CaseInsensitive), "WindowsMe" }, 51 51 { 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" }, 54 54 { QRegExp("((Wi.*2003)|(W2K3).*64", Qt::CaseInsensitive), "Windows2003_64" }, 55 55 { QRegExp("(Wi.*2003)|(W2K3)", Qt::CaseInsensitive), "Windows2003" },
Note:
See TracChangeset
for help on using the changeset viewer.