mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
Remember to load the language
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
df2dfa4706
commit
fdb48f9efb
1 changed files with 1 additions and 0 deletions
|
@ -2288,6 +2288,7 @@ void SettingsObjectWrapper::load()
|
||||||
s.endGroup();
|
s.endGroup();
|
||||||
|
|
||||||
s.beginGroup("Language");
|
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.locale.lang_locale = copy_string(qPrintable(s.value("UiLangLocale").toString()));
|
||||||
prefs.time_format = copy_string(qPrintable(s.value("time_format").toString()));
|
prefs.time_format = copy_string(qPrintable(s.value("time_format").toString()));
|
||||||
prefs.date_format = copy_string(qPrintable(s.value("date_format").toString()));
|
prefs.date_format = copy_string(qPrintable(s.value("date_format").toString()));
|
||||||
|
|
Loading…
Reference in a new issue