VirtualBox

Changeset 91642 in vbox for trunk


Ignore:
Timestamp:
Oct 8, 2021 2:13:58 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147367
Message:

FE/Qt: 9996. Making 6 bit windows 10 default OS for Windowses.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UINameAndSystemEditor.cpp

    r91445 r91642  
    363363            m_pComboType->setCurrentIndex(iTypeIndex);
    364364    }
    365     /* Or select Windows 7 item for Windows family as default: */
     365    /* Or select Windows 10 item for Windows family as default: */
    366366    else if (m_strFamilyId == "Windows")
    367367    {
    368         QString strDefaultID = "Windows7";
     368        QString strDefaultID = "Windows10";
    369369        if (ARCH_BITS == 64 && m_fSupportsHWVirtEx && m_fSupportsLongMode)
    370370            strDefaultID += "_64";
    371         const int iIndexWin7 = m_pComboType->findData(strDefaultID, TypeID);
    372         if (iIndexWin7 != -1)
    373             m_pComboType->setCurrentIndex(iIndexWin7);
     371        const int iIndexWin10 = m_pComboType->findData(strDefaultID, TypeID);
     372        if (iIndexWin10 != -1)
     373            m_pComboType->setCurrentIndex(iIndexWin10);
    374374    }
    375375    /* Or select Oracle Linux item for Linux family as default: */
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