Author: dzeus                        Date: Thu Mar  3 18:32:39 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- polish support, polish by default, spanish removed

---- Files affected:
SOURCES:
   squirrelmail-squirrelspell.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/squirrelmail-squirrelspell.patch
diff -u /dev/null SOURCES/squirrelmail-squirrelspell.patch:1.1
--- /dev/null   Thu Mar  3 19:32:39 2005
+++ SOURCES/squirrelmail-squirrelspell.patch    Thu Mar  3 19:32:34 2005
@@ -0,0 +1,14 @@
+diff -urN squirrelmail-1.4.4.orig/plugins/squirrelspell/sqspell_config.php 
squirrelmail-1.4.4/plugins/squirrelspell/sqspell_config.php
+--- squirrelmail-1.4.4.orig/plugins/squirrelspell/sqspell_config.php   
2004-12-27 16:03:58.000000000 +0100
++++ squirrelmail-1.4.4/plugins/squirrelspell/sqspell_config.php        
2005-03-03 19:21:19.494253592 +0100
+@@ -24,8 +24,8 @@
+  *                     'Spanish' => 'ispell -d spanish -a' );
+  */
+ $SQSPELL_APP = array('English' => 'ispell -a',
+-                      'Spanish' => 'ispell -d spanish -a');
+-$SQSPELL_APP_DEFAULT = 'English';
++                      'Polish' => 'ispell -d polish -a');
++$SQSPELL_APP_DEFAULT = 'Polish';
+ $SQSPELL_WORDS_FILE = 
+    getHashedFile($username, $data_dir, "$username.words");
+ 
================================================================

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to