web/wp-includes/js/tinymce/plugins/spellchecker/config.php
changeset 194 32102edaa81b
parent 136 bde1974c263b
equal deleted inserted replaced
193:2f6f6f7551ca 194:32102edaa81b
     1 <?php
     1 <?php
     2 /**
     2 /**
     3  * config.php
     3  * config.php
       
     4  *
     4  * @package MCManager.includes
     5  * @package MCManager.includes
     5  * @author Moxiecode
       
     6  * @copyright Copyright © 2007, Moxiecode Systems AB, All rights reserved.
       
     7  */
     6  */
     8 	// General settings
     7 	// General settings
     9 	$config['general.engine'] = 'GoogleSpell';
     8 	$config['general.engine'] = 'GoogleSpell';
    10 	//$config['general.engine'] = 'PSpell';
     9 	//$config['general.engine'] = 'PSpell';
    11 	//$config['general.engine'] = 'PSpellShell';
    10 	//$config['general.engine'] = 'PSpellShell';