* GuiLog.cpp: don't forget Package warnings.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30432 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2009-07-09 16:17:40 +00:00
parent 34c4325570
commit 0e6724622f

View File

@ -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("^!.*$");