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/prefs.h | |
parent | e873640c4a9f15af4d46fa95236e60e7e5a219e9 (diff) |
add show_quit_dialog dillorc option
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h index 0dd9ea81..f1a3d538 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -72,6 +72,7 @@ struct _DilloPrefs { bool_t show_search; bool_t show_help; bool_t show_progress_box; + bool_t show_quit_dialog; bool_t fullwindow_start; bool_t load_images; bool_t load_stylesheets; |