aboutsummaryrefslogtreecommitdiff
path: root/src/prefs.c
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2011-09-17 20:41:58 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2011-09-17 20:41:58 +0200
commit97f758a93015831db9c7ff0944840e5181434b2b (patch)
tree2f395367f95018a4aab0902030ec91c21694b59c /src/prefs.c
parente873640c4a9f15af4d46fa95236e60e7e5a219e9 (diff)
add show_quit_dialog dillorc option
Diffstat (limited to 'src/prefs.c')
-rw-r--r--src/prefs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.c b/src/prefs.c
index 234c9288..f243205a 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -90,6 +90,7 @@ void a_Prefs_init(void)
prefs.show_home = TRUE;
prefs.show_msg = TRUE;
prefs.show_progress_box = TRUE;
+ prefs.show_quit_dialog = TRUE;
prefs.show_reload = TRUE;
prefs.show_save = TRUE;
prefs.show_search = TRUE;