Fix unintended rename of many various *klist*

pull/16/head
Slávek Banko 11 years ago
parent 1a91196b9e
commit c8d86e5643

@ -3,7 +3,7 @@
<!--
This file is freely distributable, created by Wilbert Berendsen (wbsoft@xs4all.nl)
This is just a simple XSLT file that converts some HTML pages to a XBEL bookmartdelist.
This is just a simple XSLT file that converts some HTML pages to a XBEL bookmarklist.
It is included here to test the new XSLT highlighting by Peter Lammich.
TODO: add better test file.

@ -813,7 +813,7 @@ void KSpell::checkList2 ()
// send next word
if (wlIt != wordlist->end())
{
kdDebug(750) << "KS::ctdelist2 " << lastpos << ": " << *wlIt << endl;
kdDebug(750) << "KS::cklist2 " << lastpos << ": " << *wlIt << endl;
d->endOfResponse = false;
bool put;
@ -937,7 +937,7 @@ void KSpell::checkList4 ()
{
case KS_REPLACE:
case KS_REPLACEALL:
kdDebug(750) << "KS: ctdelist4: lastpos: " << lastpos << endl;
kdDebug(750) << "KS: cklist4: lastpos: " << lastpos << endl;
old = *(--wlIt);
++wlIt;
// replace word

Loading…
Cancel
Save