mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Recognize changed babel error message (rewording)
This commit is contained in:
parent
a5c6d10395
commit
0766f94ee0
@ -816,9 +816,11 @@ int LaTeX::scanLogFile(TeXErrors & terr)
|
||||
// we have a latex error
|
||||
retval |= TEX_ERROR;
|
||||
if (contains(desc,
|
||||
"Package babel Error: You haven't defined the language") ||
|
||||
contains(desc,
|
||||
"Package babel Error: You haven't loaded the option"))
|
||||
"Package babel Error: You haven't defined the language")
|
||||
|| contains(desc,
|
||||
"Package babel Error: You haven't loaded the option")
|
||||
|| contains(desc,
|
||||
"Package babel Error: Unknown language"))
|
||||
retval |= ERROR_RERUN;
|
||||
// get the line number:
|
||||
int line = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user