VirtualBox

Changeset 75896 in vbox


Ignore:
Timestamp:
Dec 3, 2018 12:21:41 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127100
Message:

FE/Qt: bugref:9314. Replace the text 'Null' with 'None'

File:
1 edited

Legend:

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

    r75886 r75896  
    268268    switch (type)
    269269    {
    270         case KGraphicsControllerType_Null:     return QApplication::translate("VBoxGlobal", "Null",     "GraphicsControllerType");
     270        case KGraphicsControllerType_Null:     return QApplication::translate("VBoxGlobal", "None",     "GraphicsControllerType");
    271271        case KGraphicsControllerType_VBoxVGA:  return QApplication::translate("VBoxGlobal", "VBoxVGA",  "GraphicsControllerType");
    272272        case KGraphicsControllerType_VMSVGA:   return QApplication::translate("VBoxGlobal", "VMSVGA",   "GraphicsControllerType");
     
    281281{
    282282    QHash<QString, KGraphicsControllerType> list;
    283     list.insert(QApplication::translate("VBoxGlobal", "Null",     "GraphicsControllerType"), KGraphicsControllerType_Null);
     283    list.insert(QApplication::translate("VBoxGlobal", "None",     "GraphicsControllerType"), KGraphicsControllerType_Null);
    284284    list.insert(QApplication::translate("VBoxGlobal", "VBoxVGA",  "GraphicsControllerType"), KGraphicsControllerType_VBoxVGA);
    285285    list.insert(QApplication::translate("VBoxGlobal", "VMSVGA",   "GraphicsControllerType"), KGraphicsControllerType_VMSVGA);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette