]> git.lyx.org Git - features.git/commitdiff
* GuiLog.cpp: don't forget Package warnings.
authorJürgen Spitzmüller <spitz@lyx.org>
Thu, 9 Jul 2009 16:17:40 +0000 (16:17 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Thu, 9 Jul 2009 16:17:40 +0000 (16:17 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30432 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiLog.cpp

index a5589f9f0f1f8eb4e3995d00e9fd4cb14bf70809..138aeeff2145a1f666915e87ad9d8ba1fe7275c1 100644 (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("^!.*$");