Changeset 38496 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Aug 19, 2011 9:45:38 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73598
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzd.cpp
r38311 r38496 86 86 { QRegExp("Arc.*64", Qt::CaseInsensitive), "ArchLinux_64" }, 87 87 { QRegExp("Arc", Qt::CaseInsensitive), "ArchLinux" }, 88 { QRegExp("De .*64", Qt::CaseInsensitive), "Debian_64" },89 { QRegExp("De ", Qt::CaseInsensitive), "Debian" },88 { QRegExp("Deb.*64", Qt::CaseInsensitive), "Debian_64" }, 89 { QRegExp("Deb", Qt::CaseInsensitive), "Debian" }, 90 90 { QRegExp("((SU)|(Nov)|(SLE)).*64", Qt::CaseInsensitive), "OpenSUSE_64" }, 91 91 { QRegExp("(SU)|(Nov)|(SLE)", Qt::CaseInsensitive), "OpenSUSE" },
Note:
See TracChangeset
for help on using the changeset viewer.