- Timestamp:
- May 25, 2023 11:22:06 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UINameAndSystemEditor.cpp
r98103 r99975 658 658 UIGuestOSType guiType; 659 659 guiType.typeId = comType.GetId(); 660 guiType.typeDescription = comType.GetDescription();660 guiType.typeDescription = QString(comType.GetDescription()).remove(" (64-bit)", Qt::CaseInsensitive); 661 661 guiType.is64bit = comType.GetIs64Bit(); 662 662 m_types[strFamilyId] << guiType;
Note:
See TracChangeset
for help on using the changeset viewer.