VirtualBox

Changeset 99975 in vbox for trunk


Ignore:
Timestamp:
May 25, 2023 11:22:06 AM (20 months ago)
Author:
vboxsync
Message:

FE/Qt: bugref:10460. Removing the text 64-bit from OS type combo items.

File:
1 edited

Legend:

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

    r98103 r99975  
    658658            UIGuestOSType guiType;
    659659            guiType.typeId = comType.GetId();
    660             guiType.typeDescription = comType.GetDescription();
     660            guiType.typeDescription = QString(comType.GetDescription()).remove(" (64-bit)", Qt::CaseInsensitive);
    661661            guiType.is64bit = comType.GetIs64Bit();
    662662            m_types[strFamilyId] << guiType;
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