summaryrefslogtreecommitdiff
path: root/program/js/tiny_mce
diff options
context:
space:
mode:
authorsvncommit <devs@roundcube.net>2006-09-30 21:57:52 +0000
committersvncommit <devs@roundcube.net>2006-09-30 21:57:52 +0000
commit144ecb00b5d7b6b168990302f40be489c9435e60 (patch)
tree17e3bb720e4d2d5525057e331338a024ea0914e8 /program/js/tiny_mce
parent513695908084215aabcce9eeb74f5023bc781224 (diff)
enabled spellchecker in plugin configuration
Diffstat (limited to 'program/js/tiny_mce')
-rw-r--r--program/js/tiny_mce/plugins/spellchecker/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/tiny_mce/plugins/spellchecker/config.php b/program/js/tiny_mce/plugins/spellchecker/config.php
index 5b0f3d51e..f008d11ca 100644
--- a/program/js/tiny_mce/plugins/spellchecker/config.php
+++ b/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';