Changeset 60064 in vbox
- Timestamp:
- Mar 16, 2016 4:59:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r59887 r60064 2373 2373 2374 2374 /* Try to load the corresponding Qt translation */ 2375 #if QT_VERSION < 0x050000 2375 2376 if (sLoadedLangId != gVBoxBuiltInLangName) 2377 #else /* QT_VERSION >= 0x050000 */ 2378 if (sLoadedLangId != gVBoxBuiltInLangName && sLoadedLangId != "en") 2379 #endif /* QT_VERSION >= 0x050000 */ 2376 2380 { 2377 2381 #ifdef Q_OS_UNIX
Note:
See TracChangeset
for help on using the changeset viewer.