VirtualBox

Changeset 100241 in vbox


Ignore:
Timestamp:
Jun 21, 2023 2:32:22 PM (18 months ago)
Author:
vboxsync
Message:

FE/Qt: bugref:10460. Selecting Windows11 as default Windows edition instead of Windows10.

File:
1 edited

Legend:

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

    r99981 r100241  
    391391    else if (m_strFamilyId == "Windows")
    392392    {
    393         QString strDefaultID = "Windows10_64";
    394         const int iIndexWin10 = m_pComboType->findData(strDefaultID, TypeID);
    395         if (iIndexWin10 != -1)
    396             m_pComboType->setCurrentIndex(iIndexWin10);
     393        QString strDefaultID = "Windows11_64";
     394        const int iIndexWin = m_pComboType->findData(strDefaultID, TypeID);
     395        if (iIndexWin != -1)
     396            m_pComboType->setCurrentIndex(iIndexWin);
    397397    }
    398398    /* Or select Oracle Linux item for Linux family as default: */
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