From f8446ecd4196b4d00ae8a33107fbd42de4630d8f Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Thu, 24 Feb 2011 02:01:31 +0000 Subject: [PATCH] Improve comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37780 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiErrorList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiErrorList.cpp b/src/frontends/qt4/GuiErrorList.cpp index ca910cf698..1e82ac2699 100644 --- a/src/frontends/qt4/GuiErrorList.cpp +++ b/src/frontends/qt4/GuiErrorList.cpp @@ -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(); -- 2.39.2