From e035f6f991fdbe9862a72fba6e8d348dcc25532f Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Mon, 25 Jul 2011 20:54:29 +0000 Subject: add a spellcheck_languages variable exposes http://webkitgtk.org/reference/WebKitWebSettings.html#WebKitWebSettings--spell-checking-languages --- src/uzbl-core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/uzbl-core.h') diff --git a/src/uzbl-core.h b/src/uzbl-core.h index fb7d993..c84380e 100644 --- a/src/uzbl-core.h +++ b/src/uzbl-core.h @@ -179,6 +179,7 @@ typedef struct { guint autoload_img; guint autoshrink_img; guint enable_spellcheck; + gchar* spellcheck_languages; guint enable_private; guint print_bg; gchar* style_uri; -- cgit v1.2.3