diff options
author | svncommit <devs@roundcube.net> | 2007-05-24 03:49:19 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2007-05-24 03:49:19 +0000 |
commit | 2c633703e97eb6e7aa7ba840ef86b1fc1bd98ada (patch) | |
tree | 39cf2cada6948a447985436c1d6f7f2b512cba20 /program/js/tiny_mce/plugins/spellchecker/config.php | |
parent | 597c09cf972ffb3c4e86adfcd79aa86b0258d3a8 (diff) |
upgrade to TinyMCE v2.1.1.1
Diffstat (limited to 'program/js/tiny_mce/plugins/spellchecker/config.php')
-rw-r--r-- | program/js/tiny_mce/plugins/spellchecker/config.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/program/js/tiny_mce/plugins/spellchecker/config.php b/program/js/tiny_mce/plugins/spellchecker/config.php index f008d11ca..6622248c0 100644 --- a/program/js/tiny_mce/plugins/spellchecker/config.php +++ b/program/js/tiny_mce/plugins/spellchecker/config.php @@ -21,4 +21,6 @@ // Pspell shell specific settings
$spellCheckerConfig['tinypspellshell.aspell'] = '/usr/bin/aspell';
$spellCheckerConfig['tinypspellshell.tmp'] = '/tmp';
-?>
+
+ $spellCheckerConfig['googlespell.url'] = 'https://www.google.com/tbproxy/spell?hl=en'
+?>
\ No newline at end of file |