mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
No need to lowercase here.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23503 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d2e5ef3d65
commit
61e10d5c85
@ -213,7 +213,7 @@ bool Layout::read(Lexer & lexrc, TextClass const & tclass)
|
||||
|
||||
case LT_CATEGORY:
|
||||
if (lexrc.next())
|
||||
category_ = lowercase(lexrc.getDocString());
|
||||
category_ = lexrc.getDocString();
|
||||
break;
|
||||
|
||||
case LT_COPYSTYLE: // initialize with a known style
|
||||
|
Loading…
Reference in New Issue
Block a user