Index: trunk/roundcubemail/program/js/tiny_mce/plugins/spellchecker/config.php
===================================================================
--- trunk/roundcubemail/program/js/tiny_mce/plugins/spellchecker/config.php	(revision 1651)
+++ trunk/roundcubemail/program/js/tiny_mce/plugins/spellchecker/config.php	(revision 1652)
@@ -8,4 +8,5 @@
 	$rcmail_config = new rcube_config();
 	$config['general.engine'] = $rcmail_config->get('spellcheck_engine') == 'pspell' ? 'PSpell' : 'GoogleSpell';
+	$config['GoogleSpell.rpc_uri'] = $rcmail_config->get('spellcheck_uri');
 	
 	/** end RoundCube specific code */
