]> git.pld-linux.org Git - packages/subtitleeditor.git/blame - subtitleeditor-init_aspell.patch
- updated for 0.9.1
[packages/subtitleeditor.git] / subtitleeditor-init_aspell.patch
CommitLineData
0c9a48e9
KK
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 @@
fe0974b4 4 m_speller = NULL;
5 m_config = NULL;
0c9a48e9 6
fe0974b4 7- //init("francais");
8- init("fr_FR");
9+ init(getenv("LANG"));
0c9a48e9
KK
10 }
11
12 ASpell::~ASpell()
This page took 0.073802 seconds and 4 git commands to generate.