From 1e28bbb47ee8154a1f15a6f3058141cbdaf263e2 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Tue, 7 Mar 2017 15:35:42 +0200 Subject: [PATCH] Revert "Set default locale". Closes #6436 and #6459. This reverts commit 75ef6356d35eeff2f356e8bb43cc190da3738ba3. --- src/app/application.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/application.cpp b/src/app/application.cpp index 34b69c680..cea03ed9d 100644 --- a/src/app/application.cpp +++ b/src/app/application.cpp @@ -512,7 +512,6 @@ void Application::initializeTranslation() Preferences* const pref = Preferences::instance(); // Load translation QString localeStr = pref->getLocale(); - QLocale::setDefault(QLocale(localeStr)); if ( #ifdef QBT_USES_QT5