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/prefsparser.cc | |
parent | a593fe8b62e148da741e8ce054f4b3bedcf81403 (diff) |
Added a help button. It tries a local help file then dillo.org's one.
Diffstat (limited to 'src/prefsparser.cc')
-rw-r--r-- | src/prefsparser.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefsparser.cc b/src/prefsparser.cc index e77aecf6..3b4dc6e1 100644 --- a/src/prefsparser.cc +++ b/src/prefsparser.cc @@ -84,6 +84,7 @@ int PrefsParser::parseOption(char *name, char *value) { "show_extra_warnings", &prefs.show_extra_warnings, PREFS_BOOL }, { "show_filemenu", &prefs.show_filemenu, PREFS_BOOL }, { "show_forw", &prefs.show_forw, PREFS_BOOL }, + { "show_help", &prefs.show_help, PREFS_BOOL }, { "show_home", &prefs.show_home, PREFS_BOOL }, { "show_msg", &prefs.show_msg, PREFS_BOOL }, { "show_progress_box", &prefs.show_progress_box, PREFS_BOOL }, |