aboutsummaryrefslogtreecommitdiffstats
path: root/core/subsurfacestartup.c
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2016-11-01 14:57:47 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-11-01 09:39:45 -0700
commitce8f621623aeff34c9b0fbbe51415c3c35e2386e (patch)
tree3b5ce45a953afccf3576cd4821d2d5e5a11f7f28 /core/subsurfacestartup.c
parent5da23065d6e03f62cfa61ec4aa3ea4f22c42fe38 (diff)
downloadsubsurface-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.c3
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,