]> git.pld-linux.org Git - packages/subtitleeditor.git/blob - subtitleeditor-init_aspell.patch
- updated for 0.9.1
[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.07808 seconds and 3 git commands to generate.