From: hawk Date: Thu, 10 Aug 2006 19:47:44 +0000 (+0000) Subject: - updated for 0.9.1 X-Git-Tag: auto/th/subtitleeditor-0_13_6-1~9 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=fe0974b492e5cc3e10fce3b14a2409b21bf0d842;p=packages%2Fsubtitleeditor.git - updated for 0.9.1 Changed files: subtitleeditor-init_aspell.patch -> 1.2 --- diff --git a/subtitleeditor-init_aspell.patch b/subtitleeditor-init_aspell.patch index 057f4ed..27cdf09 100644 --- a/subtitleeditor-init_aspell.patch +++ b/subtitleeditor-init_aspell.patch @@ -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()