]> git.pld-linux.org Git - packages/squirrelmail.git/blob - squirrelmail-squirrelspell.patch
- up to 1.4.6-rc1, removed php505.patch (included in source)
[packages/squirrelmail.git] / squirrelmail-squirrelspell.patch
1 diff -urN squirrelmail-1.4.4.orig/plugins/squirrelspell/sqspell_config.php squirrelmail-1.4.4/plugins/squirrelspell/sqspell_config.php
2 --- squirrelmail-1.4.4.orig/plugins/squirrelspell/sqspell_config.php    2004-12-27 16:03:58.000000000 +0100
3 +++ squirrelmail-1.4.4/plugins/squirrelspell/sqspell_config.php 2005-05-30 18:35:01.000000000 +0200
4 @@ -24,6 +24,7 @@
5   *                     'Spanish' => 'ispell -d spanish -a' );
6   */
7  $SQSPELL_APP = array('English' => 'ispell -a',
8 +                       'Polish' => 'ispell -d polish -a',
9                         'Spanish' => 'ispell -d spanish -a');
10  $SQSPELL_APP_DEFAULT = 'English';
11  $SQSPELL_WORDS_FILE = 
This page took 0.031018 seconds and 3 git commands to generate.