aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar jan Iversen <jani@apache.org>2018-07-01 19:50:28 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-07-07 09:44:06 -0700
commit55c3afc07594ef7087b77746f5d549ce49587e4f (patch)
tree874f8617de974de64fac11572424c2106bb1eac0
parentcd5eed4605708e771f27f9dcdb09294125e28eba (diff)
downloadsubsurface-55c3afc07594ef7087b77746f5d549ce49587e4f.tar.gz
core: pref.h rename showDeveloper to show_developer
change to use same name pattern as other variables. Signed-off-by: Jan Iversen <jani@apache.org>
-rw-r--r--core/pref.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pref.h b/core/pref.h
index 060528939..fb84856a4 100644
--- a/core/pref.h
+++ b/core/pref.h
@@ -95,7 +95,7 @@ struct preferences {
bool display_invalid_dives;
const char *divelist_font;
double font_size;
- bool showDeveloper;
+ bool show_developer;
const char *theme;
// ********** Facebook **********