diff options
author | corvid <corvid@lavabit.com> | 2009-01-28 14:25:17 -0300 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-01-28 14:25:17 -0300 |
commit | a41d337f9315dda71b4bd97c2720708417824fa3 (patch) | |
tree | c2a8e92b8cf27a05b1e80f2010da62824bd9a74d /src/prefs.h | |
parent | fa21fc6b615f4b199edae837e8cc2561998f017b (diff) |
Added the show_tools 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 1e638c8e..75d102f6 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -51,6 +51,7 @@ struct _DilloPrefs { bool_t show_save; bool_t show_stop; bool_t show_bookmarks; + bool_t show_tools; bool_t show_filemenu; bool_t show_clear_url; bool_t show_url; |