summaryrefslogtreecommitdiffstats
path: root/pref.h
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2015-05-20 12:25:46 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-05-20 10:34:10 -0700
commit187f7dab9fb6fba4ee798beda707e82b1aeb32f0 (patch)
tree9437285e952a079f11d5a3bd0707433da093096c /pref.h
parent0e78915c7e28166872039ba31448fe7615fb4661 (diff)
downloadsubsurface-187f7dab9fb6fba4ee798beda707e82b1aeb32f0.tar.gz
Add option to display GPS coordinates as decimals
This adds a field to the units preferences to have GPS coordinates show as decimals (as for example Google maps does it). Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'pref.h')
-rw-r--r--pref.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pref.h b/pref.h
index afc5373fd..2e5bf83c7 100644
--- a/pref.h
+++ b/pref.h
@@ -48,6 +48,7 @@ struct preferences {
short display_invalid_dives;
short unit_system;
struct units units;
+ bool coordinates_traditional;
short show_sac;
short display_unused_tanks;
short show_average_depth;