]> git.pld-linux.org Git - packages/subtitleeditor.git/blob - subtitleeditor-init_aspell.patch
057f4ed8b2aa9d49b0b72e46a74c0209be6ad17d
[packages/subtitleeditor.git] / subtitleeditor-init_aspell.patch
1 --- subtitleeditor-0.8.0/src/ASpell.cc.orig     2006-04-19 11:26:06.000000000 +0200
2 +++ subtitleeditor-0.8.0/src/ASpell.cc  2006-06-12 15:57:13.191500500 +0200
3 @@ -39,8 +39,7 @@
4    m_speller = NULL;
5    m_config = NULL;
6  
7 -  //init("francais");
8 -  init("fr_FR");
9 +  init(getenv("LANG"));
10  }
11  
12  ASpell::~ASpell()
This page took 0.050246 seconds and 2 git commands to generate.