VirtualBox

Changeset 50334 in vbox for trunk


Ignore:
Timestamp:
Feb 5, 2014 5:20:39 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
92059
Message:

FE/Qt: 6713: Reg-exp fix for 32bit hosts.

File:
1 edited

Legend:

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

    r50332 r50334  
    6969    { QRegExp("(Wi.*8.*64)|(W8.*64)", Qt::CaseInsensitive), "Windows8_64" },
    7070    { QRegExp("(Wi.*8.*32)|(W8.*32)", Qt::CaseInsensitive), "Windows8" },
    71     { QRegExp("Wi.*3", Qt::CaseInsensitive), "Windows31" },
     71    { QRegExp("Wi.*3.*1", Qt::CaseInsensitive), "Windows31" },
    7272    { QRegExp("Wi.*64", Qt::CaseInsensitive), "WindowsXP_64" },
    7373    { QRegExp("Wi.*32", Qt::CaseInsensitive), "WindowsXP" },
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette