diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-07-16 18:40:49 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-16 15:52:29 -0700 |
commit | 1b6144350d38c2246a0366ae52d0f99a758737e4 (patch) | |
tree | e9ae1c27c134aab5be05250d58fe6f021653fb2c /pref.h | |
parent | bf7fc97b50374a7b317d4d942dda2ff4e135f422 (diff) | |
download | subsurface-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |