aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-prefs.h
diff options
context:
space:
mode:
authorXan Lopez <xlopez@igalia.com>2011-05-23 20:26:10 +0800
committerXan Lopez <xlopez@igalia.com>2011-05-23 20:26:46 +0800
commit3f84b79bfa35911bdfe3a196b042a278c4486e42 (patch)
treedd514ac48b12ce5bdb76a29bf2e94f7ae9aaf678 /lib/ephy-prefs.h
parent243e5e4985626aa44bfd0b74d17c478a4402e851 (diff)
downloadgsoc2013-epiphany-3f84b79bfa35911bdfe3a196b042a278c4486e42.tar
gsoc2013-epiphany-3f84b79bfa35911bdfe3a196b042a278c4486e42.tar.gz
gsoc2013-epiphany-3f84b79bfa35911bdfe3a196b042a278c4486e42.tar.bz2
gsoc2013-epiphany-3f84b79bfa35911bdfe3a196b042a278c4486e42.tar.lz
gsoc2013-epiphany-3f84b79bfa35911bdfe3a196b042a278c4486e42.tar.xz
gsoc2013-epiphany-3f84b79bfa35911bdfe3a196b042a278c4486e42.tar.zst
gsoc2013-epiphany-3f84b79bfa35911bdfe3a196b042a278c4486e42.zip
Add optional spell checking, enabled by default
Depends on WebKitGTK+ being built with spell check support, otherwise it won't do anything. Based on a patch by Diego Escalante.
Diffstat (limited to 'lib/ephy-prefs.h')
-rw-r--r--lib/ephy-prefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h
index 5cd9dd889..1a5910ed9 100644
--- a/lib/ephy-prefs.h
+++ b/lib/ephy-prefs.h
@@ -85,6 +85,7 @@ typedef enum
#define EPHY_PREFS_WEB_ENABLE_POPUPS "enable-popups"
#define EPHY_PREFS_WEB_ENABLE_PLUGINS "enable-plugins"
#define EPHY_PREFS_WEB_ENABLE_JAVASCRIPT "enable-javascript"
+#define EPHY_PREFS_WEB_ENABLE_SPELL_CHECKING "enable-spell-checking"
#define EPHY_PREFS_WEB_COOKIES_POLICY "cookies-policy"
#define EPHY_PREFS_WEB_IMAGE_ANIMATION_MODE "image-animation-mode"
#define EPHY_PREFS_WEB_DEFAULT_ENCODING "default-encoding"