Changeset 101110 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Sep 13, 2023 2:33:32 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendCOM.cpp
r98103 r101110 719 719 switch (type) 720 720 { 721 case KChipsetType_PIIX3: return QApplication::translate("UICommon", "PIIX3", "ChipsetType"); 722 case KChipsetType_ICH9: return QApplication::translate("UICommon", "ICH9", "ChipsetType"); 721 case KChipsetType_PIIX3: return QApplication::translate("UICommon", "PIIX3", "ChipsetType"); 722 case KChipsetType_ICH9: return QApplication::translate("UICommon", "ICH9", "ChipsetType"); 723 case KChipsetType_ARMv8Virtual: return QApplication::translate("UICommon", "ARMv8Virtual", "ChipsetType"); 723 724 default: AssertMsgFailed(("No text for %d", type)); break; 724 725 }
Note:
See TracChangeset
for help on using the changeset viewer.