diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2011-09-17 20:41:58 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2011-09-17 20:41:58 +0200 |
commit | 97f758a93015831db9c7ff0944840e5181434b2b (patch) | |
tree | 2f395367f95018a4aab0902030ec91c21694b59c /src/prefsparser.cc | |
parent | e873640c4a9f15af4d46fa95236e60e7e5a219e9 (diff) |
add show_quit_dialog dillorc option
Diffstat (limited to 'src/prefsparser.cc')
-rw-r--r-- | src/prefsparser.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefsparser.cc b/src/prefsparser.cc index abdc14b4..efe64a0e 100644 --- a/src/prefsparser.cc +++ b/src/prefsparser.cc @@ -98,6 +98,7 @@ int PrefsParser::parseOption(char *name, char *value) { "show_home", &prefs.show_home, PREFS_BOOL }, { "show_msg", &prefs.show_msg, PREFS_BOOL }, { "show_progress_box", &prefs.show_progress_box, PREFS_BOOL }, + { "show_quit_dialog", &prefs.show_quit_dialog, PREFS_BOOL }, { "show_reload", &prefs.show_reload, PREFS_BOOL }, { "show_save", &prefs.show_save, PREFS_BOOL }, { "show_search", &prefs.show_search, PREFS_BOOL }, |