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.c | |
parent | a593fe8b62e148da741e8ce054f4b3bedcf81403 (diff) |
Added a help button. It tries a local help file then dillo.org's one.
Diffstat (limited to 'src/prefs.c')
-rw-r--r-- | src/prefs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.c b/src/prefs.c index e65d8e1a..6d073251 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -76,6 +76,7 @@ void a_Prefs_init(void) prefs.show_extra_warnings = FALSE; prefs.show_filemenu=TRUE; prefs.show_forw = TRUE; + prefs.show_help = TRUE; prefs.show_home = TRUE; prefs.show_msg = TRUE; prefs.show_progress_box = TRUE; |