From: Jürgen Spitzmüller Date: Thu, 9 Jul 2009 16:17:40 +0000 (+0000) Subject: * GuiLog.cpp: don't forget Package warnings. X-Git-Tag: 2.0.0~6123 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0e6724622fb06a0b328f524d04cd541ed8527acc;p=features.git * GuiLog.cpp: don't forget Package warnings. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30432 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiLog.cpp b/src/frontends/qt4/GuiLog.cpp index a5589f9f0f..138aeeff21 100644 --- a/src/frontends/qt4/GuiLog.cpp +++ b/src/frontends/qt4/GuiLog.cpp @@ -39,7 +39,7 @@ namespace frontend { // Information QRegExp exprInfo("^(Document Class:|LaTeX Font Info:|File:|Package:|Language:|Underfull|Overfull|\\(|\\\\).*$"); // Warnings -QRegExp exprWarning("^LaTeX Warning.*$"); +QRegExp exprWarning("^(LaTeX Warning|Package \\w+ Warning).*$"); // Errors QRegExp exprError("^!.*$");