SOURCES: subtitleeditor-init_aspell.patch - updated for 0.9.1

hawk hawk at pld-linux.org
Thu Aug 10 21:47:49 CEST 2006


Author: hawk                         Date: Thu Aug 10 19:47:49 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 0.9.1

---- Files affected:
SOURCES:
   subtitleeditor-init_aspell.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/subtitleeditor-init_aspell.patch
diff -u SOURCES/subtitleeditor-init_aspell.patch:1.1 SOURCES/subtitleeditor-init_aspell.patch:1.2
--- SOURCES/subtitleeditor-init_aspell.patch:1.1	Mon Jun 12 16:02:51 2006
+++ SOURCES/subtitleeditor-init_aspell.patch	Thu Aug 10 21:47:44 2006
@@ -1,12 +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;
+ 	m_speller = NULL;
+ 	m_config = NULL;
  
--  //init("francais");
--  init("fr_FR");
-+  init(getenv("LANG"));
+-	//init("francais");
+-	init("fr_FR");
++	init(getenv("LANG"));
  }
  
  ASpell::~ASpell()
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/subtitleeditor-init_aspell.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list