From: Enrico Forestieri Date: Thu, 24 Feb 2011 02:01:31 +0000 (+0000) Subject: Improve comment X-Git-Tag: 2.0.0~646 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f8446ecd4196b4d00ae8a33107fbd42de4630d8f;p=features.git Improve comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37780 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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();