]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiLog.cpp
If we are in a closeEvent, we don't want to close all buffers, because these may...
[lyx.git] / 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("^!.*$");