]> git.lyx.org Git - lyx.git/blobdiff - src/text.C
bug 183
[lyx.git] / src / text.C
index f86bdf8650dc2aaea0892051fb9fc214cd216e9c..1c2e34e2ec89046956189b539bd69e2b56402bd7 100644 (file)
@@ -2353,9 +2353,7 @@ string const LyXText::selectNextWordToSpellcheck(BufferView * bview,
                        value += float(cursor.y())/float(height);
                        return str;
                }
-#warning Dekel please have a look on this one RTL? (Jug)
-#warning DEKEL!
-               // we have to go on checking so move cusor to the right
+               // we have to go on checking so move cusor to the next char
                if (cursor.pos() == cursor.par()->size()) {
                        if (!cursor.par()->next())
                                return str;