thomascube
2008-08-15 ded713982e3f2e73b50ba2b5589cdd82cc68b749
program/js/tiny_mce/plugins/spellchecker/config.php
@@ -7,6 +7,7 @@
   
   $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 */