* 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:
Jürgen Spitzmüller 2007-07-27 18:43:52 +00:00
parent 7b2fd3b411
commit 2a3514c21f
2 changed files with 5 additions and 2 deletions

View File

@ -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;

View File

@ -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: