Changeset 81163 in vbox
- Timestamp:
- Oct 8, 2019 5:37:47 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendCOM.cpp
r80074 r81163 606 606 switch (type) 607 607 { 608 case KStorageControllerType_LsiLogic: return QApplication::translate("UICommon", "Lsi logic", "StorageControllerType");608 case KStorageControllerType_LsiLogic: return QApplication::translate("UICommon", "LsiLogic", "StorageControllerType"); 609 609 case KStorageControllerType_BusLogic: return QApplication::translate("UICommon", "BusLogic", "StorageControllerType"); 610 610 case KStorageControllerType_IntelAhci: return QApplication::translate("UICommon", "AHCI", "StorageControllerType"); … … 626 626 { 627 627 QHash<QString, KStorageControllerType> list; 628 list.insert(QApplication::translate("UICommon", "Lsi logic", "StorageControllerType"), KStorageControllerType_LsiLogic);628 list.insert(QApplication::translate("UICommon", "LsiLogic", "StorageControllerType"), KStorageControllerType_LsiLogic); 629 629 list.insert(QApplication::translate("UICommon", "BusLogic", "StorageControllerType"), KStorageControllerType_BusLogic); 630 630 list.insert(QApplication::translate("UICommon", "AHCI", "StorageControllerType"), KStorageControllerType_IntelAhci);
Note:
See TracChangeset
for help on using the changeset viewer.