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:
Richard Heck 2008-03-06 05:04:59 +00:00
parent d2e5ef3d65
commit 61e10d5c85

View File

@ -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