From 2c633703e97eb6e7aa7ba840ef86b1fc1bd98ada Mon Sep 17 00:00:00 2001 From: svncommit <devs@roundcube.net> Date: Wed, 23 May 2007 23:49:19 -0400 Subject: [PATCH] upgrade to TinyMCE v2.1.1.1 --- 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 f008d11..6622248 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 -- Gitblit v1.9.1