Allow escaped quotes in the module description.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29904 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-06-02 14:06:52 +00:00
parent 4df7d8ab1a
commit ac643a9f10

View File

@ -154,7 +154,7 @@ bool ModuleList::read()
break;
string const fname = lex.getString();
LYXERR(Debug::TCLASS, "Filename: " << fname);
if (!lex.next())
if (!lex.next(true))
break;
string const desc = lex.getString();
LYXERR(Debug::TCLASS, "Description: " << desc);