mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
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:
parent
4df7d8ab1a
commit
ac643a9f10
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user