VirtualBox

Changeset 60064 in vbox


Ignore:
Timestamp:
Mar 16, 2016 4:59:45 PM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: Qt5 migration (part 107): No need to load empty qt_en.ts file for Qt5, it's prohibited.

File:
1 edited

Legend:

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

    r59887 r60064  
    23732373
    23742374    /* Try to load the corresponding Qt translation */
     2375#if QT_VERSION < 0x050000
    23752376    if (sLoadedLangId != gVBoxBuiltInLangName)
     2377#else /* QT_VERSION >= 0x050000 */
     2378    if (sLoadedLangId != gVBoxBuiltInLangName && sLoadedLangId != "en")
     2379#endif /* QT_VERSION >= 0x050000 */
    23762380    {
    23772381#ifdef Q_OS_UNIX
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