summaryrefslogtreecommitdiffstats
path: root/pref.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2014-07-16 18:40:49 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-07-16 15:52:29 -0700
commit1b6144350d38c2246a0366ae52d0f99a758737e4 (patch)
treee9ae1c27c134aab5be05250d58fe6f021653fb2c /pref.h
parentbf7fc97b50374a7b317d4d942dda2ff4e135f422 (diff)
downloadsubsurface-1b6144350d38c2246a0366ae52d0f99a758737e4.tar.gz
Added a 'use default file' button on preferences.
Added a 'Use default file' button on preferences in a way that doesn't clutters the interface. Fixes #630 Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> 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 ca969655a..3efe0a5ca 100644
--- a/pref.h
+++ b/pref.h
@@ -64,6 +64,7 @@ struct preferences {
bool doo2breaks;
bool drop_stone_mode;
bool show_pictures_in_profile;
+ bool use_default_file;
};
enum unit_system_values {
METRIC,