diff options
author | corvid, jcid <devnull@localhost> | 2010-01-18 14:00:46 -0300 |
---|---|---|
committer | corvid, jcid <devnull@localhost> | 2010-01-18 14:00:46 -0300 |
commit | 7fed8aad4aea5d8f8407e44d3f2396db5028db55 (patch) | |
tree | 2b5e2b73641c5f7cdedae0a97449dbbe5ead5733 /src/prefs.h | |
parent | a593fe8b62e148da741e8ce054f4b3bedcf81403 (diff) |
Added a help button. It tries a local help file then dillo.org's one.
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 f3e0a977..f5eef724 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -63,6 +63,7 @@ struct _DilloPrefs { bool_t show_clear_url; bool_t show_url; bool_t show_search; + bool_t show_help; bool_t show_progress_box; bool_t fullwindow_start; bool_t load_images; |