diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-06-15 05:52:12 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-15 09:56:11 -0700 |
commit | 617b105458f362516de9bf2997f747de5dc14e44 (patch) | |
tree | e00732092acf74dcd1d17df3dccd46e7d4017458 /subsurfacestartup.c | |
parent | b144518a85f105b096688425452f053ffbf2bea0 (diff) | |
download | subsurface-617b105458f362516de9bf2997f747de5dc14e44.tar.gz |
Cloud storage: create preference entry for base URL
This just deals with the mechanics. There is no UI to enter / change this
URL (and that's intentional), neither is it used, yet.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurfacestartup.c')
-rw-r--r-- | subsurfacestartup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurfacestartup.c b/subsurfacestartup.c index 391cbeb60..ab4af7035 100644 --- a/subsurfacestartup.c +++ b/subsurfacestartup.c @@ -5,6 +5,7 @@ #include "gettext.h" struct preferences prefs; struct preferences default_prefs = { + .cloud_base_url = "https://cloud.subsurface-divelog.org/", .units = SI_UNITS, .unit_system = METRIC, .coordinates_traditional = true, |