diff options
author | jcid <devnull@localhost> | 2008-10-09 20:38:36 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-10-09 20:38:36 +0200 |
commit | 57bbebd6867c19e5a96972395051adc3f6e0248e (patch) | |
tree | 1d87223eaba24ac91c6e23f90b26fdecdd64ce70 /src/prefs.h | |
parent | 4fea52451363423ccb2ddb74f374f265f38b1755 (diff) |
- File menu as popup implementation.
- Working show_filemenu dillorc option.
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs.h b/src/prefs.h index 275aec48..7a409631 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -45,7 +45,7 @@ struct _DilloPrefs { bool_t show_save; bool_t show_stop; bool_t show_bookmarks; - bool_t show_menubar; + bool_t show_filemenu; bool_t show_clear_url; bool_t show_url; bool_t show_search; |