diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/subsurface-qt/SettingsObjectWrapper.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/subsurface-qt/SettingsObjectWrapper.cpp b/core/subsurface-qt/SettingsObjectWrapper.cpp index ec5e04100..9e9c2ec00 100644 --- a/core/subsurface-qt/SettingsObjectWrapper.cpp +++ b/core/subsurface-qt/SettingsObjectWrapper.cpp @@ -2288,6 +2288,7 @@ void SettingsObjectWrapper::load() s.endGroup(); s.beginGroup("Language"); + prefs.locale.language = copy_string(qPrintable(s.value("UiLanguage").toString())); prefs.locale.lang_locale = copy_string(qPrintable(s.value("UiLangLocale").toString())); prefs.time_format = copy_string(qPrintable(s.value("time_format").toString())); prefs.date_format = copy_string(qPrintable(s.value("date_format").toString())); |