disable context menus until i figure out why they have suddenly started crashing
svn path=/trunk/netsurf/; revision=12487
This commit is contained in:
parent
66b52c0af0
commit
1797118cbe
|
@ -74,7 +74,7 @@ char *option_modeid = 0; \
|
|||
int option_cache_bitmaps = 0; \
|
||||
char *option_theme = 0; \
|
||||
bool option_utf8_clipboard = false; \
|
||||
bool option_context_menu = true; \
|
||||
bool option_context_menu = false; \
|
||||
bool option_sticky_context_menu = false; \
|
||||
bool option_truecolour_mouse_pointers = false; \
|
||||
bool option_use_os_pointers = true; \
|
||||
|
|
Loading…
Reference in New Issue