diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2016-11-01 14:57:47 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-11-01 09:39:45 -0700 |
commit | ce8f621623aeff34c9b0fbbe51415c3c35e2386e (patch) | |
tree | 3b5ce45a953afccf3576cd4821d2d5e5a11f7f28 /core/subsurfacestartup.c | |
parent | 5da23065d6e03f62cfa61ec4aa3ea4f22c42fe38 (diff) | |
download | subsurface-ce8f621623aeff34c9b0fbbe51415c3c35e2386e.tar.gz |
on first run, use system language.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/subsurfacestartup.c')
-rw-r--r-- | core/subsurfacestartup.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/subsurfacestartup.c b/core/subsurfacestartup.c index 7534a4988..200e23bef 100644 --- a/core/subsurfacestartup.c +++ b/core/subsurfacestartup.c @@ -83,6 +83,9 @@ struct preferences default_prefs = { .tag_existing_dives = false, .category = { 0 } }, + .locale = { + .use_system_language = true, + }, .deco_mode = BUEHLMANN, .vpmb_conservatism = 3, .distance_threshold = 1000, |