From 30cded92f63ab6a2289c69a08a0262d837bab812 Mon Sep 17 00:00:00 2001 From: estadtherr Date: Sat, 30 Sep 2006 21:57:52 +0000 Subject: enabled spellchecker in plugin configuration git-svn-id: https://svn.roundcube.net/trunk@359 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/tiny_mce/plugins/spellchecker/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/program/js/tiny_mce/plugins/spellchecker/config.php b/roundcubemail/program/js/tiny_mce/plugins/spellchecker/config.php index 5b0f3d51e..f008d11ca 100644 --- a/roundcubemail/program/js/tiny_mce/plugins/spellchecker/config.php +++ b/roundcubemail/program/js/tiny_mce/plugins/spellchecker/config.php @@ -7,7 +7,7 @@ // require_once("classes/TinyPspell.class.php"); // Internal PHP version // General settings - $spellCheckerConfig['enabled'] = false; + $spellCheckerConfig['enabled'] = true; // Default settings $spellCheckerConfig['default.language'] = 'en'; -- cgit v1.2.3