SOURCES: subtitleeditor-init_aspell.patch (NEW) - get init lang fo...
charles
charles at pld-linux.org
Mon Jun 12 16:02:56 CEST 2006
Author: charles Date: Mon Jun 12 14:02:56 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- get init lang for aspell from locale
---- Files affected:
SOURCES:
subtitleeditor-init_aspell.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/subtitleeditor-init_aspell.patch
diff -u /dev/null SOURCES/subtitleeditor-init_aspell.patch:1.1
--- /dev/null Mon Jun 12 16:02:56 2006
+++ SOURCES/subtitleeditor-init_aspell.patch Mon Jun 12 16:02:51 2006
@@ -0,0 +1,12 @@
+--- subtitleeditor-0.8.0/src/ASpell.cc.orig 2006-04-19 11:26:06.000000000 +0200
++++ subtitleeditor-0.8.0/src/ASpell.cc 2006-06-12 15:57:13.191500500 +0200
+@@ -39,8 +39,7 @@
+ m_speller = NULL;
+ m_config = NULL;
+
+- //init("francais");
+- init("fr_FR");
++ init(getenv("LANG"));
+ }
+
+ ASpell::~ASpell()
================================================================
More information about the pld-cvs-commit
mailing list