Changeset 68314 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Aug 7, 2017 10:14:51 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.cpp
r66220 r68314 112 112 { QRegExp( "(mac.*10[.,]{0,1}9)|(os.*x.*10[.,]{0,1}9)|(mac.*mav)|(os.*x.*mav)|(Mavericks)", Qt::CaseInsensitive), "MacOS109_64" }, 113 113 { QRegExp( "(mac.*yos)|(os.*x.*yos)|(Yosemite)", Qt::CaseInsensitive), "MacOS1010_64" }, 114 { QRegExp( "(mac.*yos)|(os.*x.*yos)|(Capitan)", Qt::CaseInsensitive), "MacOS1011_64" }, 114 { QRegExp( "(mac.*yos)|(os.*x.*capit)|(Capitan)", Qt::CaseInsensitive), "MacOS1011_64" }, 115 { QRegExp( "(mac.*yos)|(os.*x.*high.*sierr)|(High Sierra)", Qt::CaseInsensitive), "MacOS1013_64" }, 116 { QRegExp( "(mac.*yos)|(os.*x.*sierr)|(Sierra)", Qt::CaseInsensitive), "MacOS1012_64" }, 115 117 { QRegExp("((Mac)|(Tig)|(Leop)|(Yose)|(os[ ]*x)).*64", Qt::CaseInsensitive), "MacOS_64" }, 116 118 { QRegExp("((Mac)|(Tig)|(Leop)|(Yose)|(os[ ]*x)).*32", Qt::CaseInsensitive), "MacOS" },
Note:
See TracChangeset
for help on using the changeset viewer.