diff options
| author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-01-28 03:59:32 +0000 |
|---|---|---|
| committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-01-28 03:59:32 +0000 |
| commit | 20a03ec2bd9506bcac77cb0ac0cf0b6d732f935d (patch) | |
| tree | 5da01d7f5cf7da93102181cd4cbb67ef8da50826 /devel/ktranslator/files/patch-ad | |
| parent | f7bf052823570e115ee50302228e2764e6d988c8 (diff) | |
update to 0.6.1
add WWW: line
PR: 24669
Submitted by: tkato@prontomail.ne.jp
Diffstat (limited to 'devel/ktranslator/files/patch-ad')
| -rw-r--r-- | devel/ktranslator/files/patch-ad | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/ktranslator/files/patch-ad b/devel/ktranslator/files/patch-ad new file mode 100644 index 000000000000..d0827effba0e --- /dev/null +++ b/devel/ktranslator/files/patch-ad @@ -0,0 +1,29 @@ +--- ktranslator/TranslData.cpp.orig Thu Dec 30 20:41:01 1999 ++++ ktranslator/TranslData.cpp Sat Jan 27 03:29:09 2001 +@@ -916,7 +916,7 @@ + int TranslData::msgListTranslation(QString s,int fla=0) + { + static QFile *mlf=0; +- static open=false; ++ static bool open=false; + if(open) return -2; + open=true; + stopSearch=false; +@@ -1886,7 +1886,7 @@ + } while(n>0); + // s.simplifyWhiteSpace(); + // warning(s); +- spell->check(s); ++ spell->check(s.data()); + } + + void TranslData::spellready(KSpell *) +@@ -1912,7 +1912,7 @@ + this, SLOT (spelldone(char *))); + + spell->setProgressResolution (2); +- //spell->check (text().data()); ++ //spell->check (text().ascii()); + spellnext(); + } + else |
