mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Preferences: remember both the locale name and the user friendly text
Currently we are confused which it is we are looking at and so setting the language is broken. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c809a8873c
commit
a31dd6c1c0
3 changed files with 15 additions and 2 deletions
|
@ -603,6 +603,7 @@ public:
|
|||
bool useSystemLanguage() const;
|
||||
|
||||
public slots:
|
||||
void setLangLocale (const QString& value);
|
||||
void setLanguage (const QString& value);
|
||||
void setTimeFormat (const QString& value);
|
||||
void setDateFormat (const QString& value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue