VirtualBox

Changeset 64656 in vbox


Ignore:
Timestamp:
Nov 14, 2016 11:42:16 AM (8 years ago)
Author:
vboxsync
Message:

FE/Qt: New VM Wizard: Update OS type pattern for Solaris from So* to Sol*

File:
1 edited

Legend:

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

    r62493 r64656  
    8484
    8585    /* Solaris: */
    86     { QRegExp("So.*11",                                                 Qt::CaseInsensitive), "Solaris11_64" },
    87     { QRegExp("((Op.*So)|(os20[01][0-9])|(So.*10)|(India)|(Neva)).*64", Qt::CaseInsensitive), "OpenSolaris_64" },
    88     { QRegExp("((Op.*So)|(os20[01][0-9])|(So.*10)|(India)|(Neva)).*32", Qt::CaseInsensitive), "OpenSolaris" },
    89     { QRegExp("So.*64",                                                 Qt::CaseInsensitive), "Solaris_64" },
    90     { QRegExp("So.*32",                                                 Qt::CaseInsensitive), "Solaris" },
     86    { QRegExp("Sol.*11",                                                  Qt::CaseInsensitive), "Solaris11_64" },
     87    { QRegExp("((Op.*Sol)|(os20[01][0-9])|(Sol.*10)|(India)|(Neva)).*64", Qt::CaseInsensitive), "OpenSolaris_64" },
     88    { QRegExp("((Op.*Sol)|(os20[01][0-9])|(Sol.*10)|(India)|(Neva)).*32", Qt::CaseInsensitive), "OpenSolaris" },
     89    { QRegExp("Sol.*64",                                                  Qt::CaseInsensitive), "Solaris_64" },
     90    { QRegExp("Sol.*32",                                                  Qt::CaseInsensitive), "Solaris" },
    9191
    9292    /* OS/2: */
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