]> git.pld-linux.org Git - packages/subtitleeditor.git/commitdiff
- updated for 0.9.1
authorhawk <hawk@pld-linux.org>
Thu, 10 Aug 2006 19:47:44 +0000 (19:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    subtitleeditor-init_aspell.patch -> 1.2

subtitleeditor-init_aspell.patch

index 057f4ed8b2aa9d49b0b72e46a74c0209be6ad17d..27cdf091cd6da3c8eacf13d752ab95c64804883f 100644 (file)
@@ -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()
This page took 0.111045 seconds and 4 git commands to generate.