From: Jean-Marc Lasgouttes Date: Tue, 14 Jul 2015 16:03:58 +0000 (+0200) Subject: Fix comment. X-Git-Tag: 2.2.0alpha1~447 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8f73d1e56bc690c5f528d93b30012f48a7da3dd7;p=features.git Fix comment. --- diff --git a/src/RowPainter.cpp b/src/RowPainter.cpp index 8d574ada89..43af8df608 100644 --- a/src/RowPainter.cpp +++ b/src/RowPainter.cpp @@ -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 */