From fe0974b492e5cc3e10fce3b14a2409b21bf0d842 Mon Sep 17 00:00:00 2001 From: hawk Date: Thu, 10 Aug 2006 19:47:44 +0000 Subject: [PATCH] - updated for 0.9.1 Changed files: subtitleeditor-init_aspell.patch -> 1.2 --- subtitleeditor-init_aspell.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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() -- 2.44.0