mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
* src/LaTeX.cpp: Get rid of annoying LaTeX error after changing the document language
(bug 2468) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19230 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7b2fd3b411
commit
2a3514c21f
@ -689,7 +689,9 @@ 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"))
|
||||
"Package babel Error: You haven't defined the language") ||
|
||||
contains(desc,
|
||||
"Package babel Error: You haven't loaded the option"))
|
||||
retval |= ERROR_RERUN;
|
||||
// get the line number:
|
||||
int line = 0;
|
||||
|
@ -30,7 +30,8 @@ What's new
|
||||
|
||||
* DOCUMENT INPUT/OUTPUT
|
||||
|
||||
|
||||
- Get rid of annoying LaTeX error after changing the document language
|
||||
(bug 2468)
|
||||
|
||||
* USER INTERFACE:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user