diff options
author | jan Iversen <jani@apache.org> | 2018-07-01 19:50:28 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-07-07 09:44:06 -0700 |
commit | 55c3afc07594ef7087b77746f5d549ce49587e4f (patch) | |
tree | 874f8617de974de64fac11572424c2106bb1eac0 | |
parent | cd5eed4605708e771f27f9dcdb09294125e28eba (diff) | |
download | subsurface-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.h | 2 |
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 ********** |