> hi, > > is there some reason why we have "PlainLayout" instead of "Plain Layout"?
if not i will commit the attached (Richard, please look that it makes sense). pavel
diff --git a/src/TextClass.cpp b/src/TextClass.cpp index da80c56..3c2afbc 100644 --- a/src/TextClass.cpp +++ b/src/TextClass.cpp @@ -112,7 +112,7 @@ std::string translateRT(TextClass::ReadType rt) } // namespace anon -docstring const TextClass::emptylayout_ = from_ascii("PlainLayout"); +docstring const TextClass::emptylayout_ = from_ascii(N_("Plain Layout")); InsetLayout DocumentClass::empty_insetlayout_; @@ -132,9 +132,6 @@ TextClass::TextClass() titletype_ = TITLE_COMMAND_AFTER; titlename_ = "maketitle"; loaded_ = false; - // a hack to make this available for translation - // i'm sure there must be a better way (rgh) - _("PlainLayout"); }