]> git.lyx.org Git - features.git/commitdiff
Fix comment.
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 14 Jul 2015 16:03:58 +0000 (18:03 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 14 Jul 2015 16:03:58 +0000 (18:03 +0200)
src/RowPainter.cpp

index 8d574ada89405f17604654050b6ac7efbb8eadf4..43af8df608a6a4ca94aa130bf7e07c1e2f4cbcc2 100644 (file)
@@ -232,7 +232,7 @@ void RowPainter::paintChars(pos_type & vpos, Font const & font)
         * bidi algorithm to strings that it paints to the screen.
         * Therefore, if we were to paint Hebrew/Arabic words as a
         * single string, the letters in the words would get reversed
-        * again. In order to avoid that, we force LTR drawing.
+        * again. In order to avoid that, we reverse our string.
         * See also http://thread.gmane.org/gmane.editors.lyx.devel/79740
         * for an earlier thread on the subject
         */