diff --git a/src/Layout.cpp b/src/Layout.cpp index 76e59329e7..2efe9edf9f 100644 --- a/src/Layout.cpp +++ b/src/Layout.cpp @@ -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