VirtualBox

Ignore:
Timestamp:
May 26, 2014 4:55:13 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
93932
Message:

FE/Qt: Few other typos in r93930.

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
2 edited

Legend:

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

    r51401 r51403  
    107107    QString strAboutText =  tr("VirtualBox Graphical User Interface");
    108108#ifdef DEBUG
    109     strAboutText += QString(" (%1)").arg(gpConverter->toString(gEDataManager->renderMode(vboxGlobal().managedVMUuid())));
     109    strAboutText += QString(" (%1)").arg(gpConverter->toInternalString(gEDataManager->renderMode(vboxGlobal().managedVMUuid())));
    110110#endif /* DEBUG */
    111111#ifdef VBOX_BLEEDING_EDGE
  • trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendGlobal.cpp

    r51401 r51403  
    705705    keys << "Quartz2D"; values << RenderMode_Quartz2D;
    706706#endif /* VBOX_GUI_USE_QUARTZ2D */
    707     /* Invalid mode for unknown words: */
     707    /* QImage mode for unknown words: */
    708708    if (!keys.contains(strRenderMode, Qt::CaseInsensitive))
    709         return RenderMode_Invalid;
     709        return RenderMode_QImage;
    710710    /* Corresponding mode for known words: */
    711711    return values.at(keys.indexOf(QRegExp(strRenderMode, Qt::CaseInsensitive)));
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