diff options
| author | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-09-30 21:57:52 +0000 |
|---|---|---|
| committer | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-09-30 21:57:52 +0000 |
| commit | 30cded92f63ab6a2289c69a08a0262d837bab812 (patch) | |
| tree | 22a20a623d77ac69f648f25e2bc3800673056ed7 | |
| parent | 70624e229c8c745c7977fa8954412734075829a1 (diff) | |
enabled spellchecker in plugin configuration
git-svn-id: https://svn.roundcube.net/trunk@359 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/js/tiny_mce/plugins/spellchecker/config.php | 2 |
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';
|
