Sticky menus shouldn't be default as they are non-standard

svn path=/trunk/netsurf/; revision=12309
This commit is contained in:
Chris Young 2011-05-08 09:47:03 +00:00
parent d5e27b2850
commit 0fe71fd58a
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ char *option_theme = 0; \
bool option_no_iframes = true; \
bool option_utf8_clipboard = false; \
bool option_context_menu = true; \
bool option_sticky_context_menu = true; \
bool option_sticky_context_menu = false; \
bool option_truecolour_mouse_pointers = false; \
bool option_use_os_pointers = true; \
bool option_new_tab_active = false; \