From: Peter Kümmel Date: Tue, 29 Dec 2009 15:38:12 +0000 (+0000) Subject: unblock gui because there could be too much debug messages X-Git-Tag: 2.0.0~4681 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7a0c8c7df8c77a242653867d5b131e7b537bde9e;p=features.git unblock gui because there could be too much debug messages git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32672 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiProgress.cpp b/src/frontends/qt4/GuiProgress.cpp index e89002fd96..7347f30ace 100644 --- a/src/frontends/qt4/GuiProgress.cpp +++ b/src/frontends/qt4/GuiProgress.cpp @@ -100,7 +100,7 @@ void GuiProgress::dolyxerrFlush() { appendError(toqstr(lyxerr_stream_.str())); lyxerr_stream_.str(""); - // give the user a chance to disable error messages because + // give the user a chance to disable debug messages because // showing Debug::ANY messages completely blocks the GUI QApplication::processEvents(); }