mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
lowercase style on reading .lyx
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3647 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2fe2eca55f
commit
60d0e57573
@ -462,7 +462,7 @@ Buffer::parseSingleLyXformat2Token(LyXLex & lex, Paragraph *& par,
|
||||
insertErtContents(par, pos);
|
||||
#endif
|
||||
lex.eatLine();
|
||||
string const layoutname = lex.getString();
|
||||
string const layoutname = lowercase(lex.getString());
|
||||
//lyxerr << "Looking for layout '"
|
||||
// << layoutname << "'!" << endl;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user