]> git.lyx.org Git - features.git/commitdiff
unblock gui because there could be too much debug messages
authorPeter Kümmel <syntheticpp@gmx.net>
Tue, 29 Dec 2009 15:38:12 +0000 (15:38 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Tue, 29 Dec 2009 15:38:12 +0000 (15:38 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32672 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiProgress.cpp

index e89002fd9609ffa82db30fc124d541c8a8b4c4ed..7347f30ace4a5287a0786baddde2c95b2991a8e5 100644 (file)
@@ -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();
 }