mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-29 21:05:12 +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;
|
break;
|
||||||
string const fname = lex.getString();
|
string const fname = lex.getString();
|
||||||
LYXERR(Debug::TCLASS, "Filename: " << fname);
|
LYXERR(Debug::TCLASS, "Filename: " << fname);
|
||||||
if (!lex.next())
|
if (!lex.next(true))
|
||||||
break;
|
break;
|
||||||
string const desc = lex.getString();
|
string const desc = lex.getString();
|
||||||
LYXERR(Debug::TCLASS, "Description: " << desc);
|
LYXERR(Debug::TCLASS, "Description: " << desc);
|
||||||
|
Loading…
Reference in New Issue
Block a user