VirtualBox

Changeset 81163 in vbox


Ignore:
Timestamp:
Oct 8, 2019 5:37:47 PM (5 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9582: UIConverterBackendCOM: Renaming Lsilogic to LsiLogic to make it similar to other cases with BusLogic / LsiLogic SAS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendCOM.cpp

    r80074 r81163  
    606606    switch (type)
    607607    {
    608         case KStorageControllerType_LsiLogic:    return QApplication::translate("UICommon", "Lsilogic", "StorageControllerType");
     608        case KStorageControllerType_LsiLogic:    return QApplication::translate("UICommon", "LsiLogic", "StorageControllerType");
    609609        case KStorageControllerType_BusLogic:    return QApplication::translate("UICommon", "BusLogic", "StorageControllerType");
    610610        case KStorageControllerType_IntelAhci:   return QApplication::translate("UICommon", "AHCI", "StorageControllerType");
     
    626626{
    627627    QHash<QString, KStorageControllerType> list;
    628     list.insert(QApplication::translate("UICommon", "Lsilogic", "StorageControllerType"),     KStorageControllerType_LsiLogic);
     628    list.insert(QApplication::translate("UICommon", "LsiLogic", "StorageControllerType"),     KStorageControllerType_LsiLogic);
    629629    list.insert(QApplication::translate("UICommon", "BusLogic", "StorageControllerType"),     KStorageControllerType_BusLogic);
    630630    list.insert(QApplication::translate("UICommon", "AHCI", "StorageControllerType"),         KStorageControllerType_IntelAhci);
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