summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js
diff options
context:
space:
mode:
authorestadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-09-30 21:57:52 +0000
committerestadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-09-30 21:57:52 +0000
commit30cded92f63ab6a2289c69a08a0262d837bab812 (patch)
tree22a20a623d77ac69f648f25e2bc3800673056ed7 /roundcubemail/program/js
parent70624e229c8c745c7977fa8954412734075829a1 (diff)
enabled spellchecker in plugin configuration
git-svn-id: https://svn.roundcube.net/trunk@359 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js')
-rw-r--r--roundcubemail/program/js/tiny_mce/plugins/spellchecker/config.php2
1 files changed, 1 insertions, 1 deletions
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';