summaryrefslogtreecommitdiffstats
path: root/core/pref.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-09-20 12:35:49 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-09-20 12:35:49 -0700
commita31dd6c1c04016f5548411700ca3c03dd3f6f625 (patch)
tree422e7f077eb6c529f998d943c9bf3c839e33cd5d /core/pref.h
parentc809a8873cd7e0a9df80d18a6273b227ae2177b4 (diff)
downloadsubsurface-a31dd6c1c04016f5548411700ca3c03dd3f6f625.tar.gz
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>
Diffstat (limited to 'core/pref.h')
-rw-r--r--core/pref.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/pref.h b/core/pref.h
index 1e9002563..3d8076335 100644
--- a/core/pref.h
+++ b/core/pref.h
@@ -34,6 +34,7 @@ typedef struct {
typedef struct {
const char *language;
+ const char *lang_locale;
bool use_system_language;
} locale_prefs_t;