aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-07-25 20:54:29 +0000
committerGravatar Brendan Taylor <whateley@gmail.com>2011-07-25 20:54:29 +0000
commite035f6f991fdbe9862a72fba6e8d348dcc25532f (patch)
treeb0b105e5f09d841296dd9df75bb2384a192269f3 /src/uzbl-core.h
parent9b73b936be3648b8578e413c2df5209ba1f2e3b5 (diff)
add a spellcheck_languages variable
Diffstat (limited to 'src/uzbl-core.h')
-rw-r--r--src/uzbl-core.h1
1 files changed, 1 insertions, 0 deletions
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;