mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
* 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:
parent
34c4325570
commit
0e6724622f
@ -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("^!.*$");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user