Changeset 29288 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 10, 2010 9:12:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzd.cpp
r29002 r29288 85 85 { QRegExp("De.*64", Qt::CaseInsensitive), "Debian_64" }, 86 86 { QRegExp("De", Qt::CaseInsensitive), "Debian" }, 87 { QRegExp("((SU)|(Nov)).*64", Qt::CaseInsensitive), "OpenSUSE_64" }, 87 88 { QRegExp("(SU)|(Nov)", Qt::CaseInsensitive), "OpenSUSE" }, 88 { QRegExp("((SU)|(Nov)).*64", Qt::CaseInsensitive), "OpenSUSE_64" },89 89 { QRegExp("Fe.*64", Qt::CaseInsensitive), "Fedora_64" }, 90 90 { QRegExp("Fe", Qt::CaseInsensitive), "Fedora" },
Note:
See TracChangeset
for help on using the changeset viewer.