]> git.lyx.org Git - features.git/commitdiff
Improve comment
authorEnrico Forestieri <forenr@lyx.org>
Thu, 24 Feb 2011 02:01:31 +0000 (02:01 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Thu, 24 Feb 2011 02:01:31 +0000 (02:01 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37780 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiErrorList.cpp

index ca910cf698c76ced60f8af0f903426e2c5dfab40..1e82ac269997b0db1e8dfd2422bcc752d7f9e334 100644 (file)
@@ -172,7 +172,7 @@ bool GuiErrorList::goTo(int item)
                return false;
        }
 
-       // This paragraph has zero size, so highlight the previous one
+       // If this paragraph has zero size, highlight the previous one
        while (dit.paragraph().size() == 0)
                dit.backwardPos();