diff options
| author | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-05-24 03:49:19 +0000 |
|---|---|---|
| committer | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-05-24 03:49:19 +0000 |
| commit | a276ec1059086526ffdd6a28675457ac63e608b7 (patch) | |
| tree | c54523d463bcdefd068405bd7bfc793ac7ac9410 /roundcubemail/program/js/tiny_mce/plugins/spellchecker/config.php | |
| parent | 444e3cc3f15d016327fcf12ea2b1d06ea0b18a1e (diff) | |
upgrade to TinyMCE v2.1.1.1
git-svn-id: https://svn.roundcube.net/trunk@584 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/tiny_mce/plugins/spellchecker/config.php')
| -rw-r--r-- | roundcubemail/program/js/tiny_mce/plugins/spellchecker/config.php | 4 |
1 files changed, 3 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 f008d11ca..6622248c0 100644 --- a/roundcubemail/program/js/tiny_mce/plugins/spellchecker/config.php +++ b/roundcubemail/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 |
