From 5183c380b7c9a3b773b289e4e97a932f34a9f091 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Mon, 24 Mar 2008 21:08:51 +0000 Subject: [PATCH] PlainLayout -> Plain Layout git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23934 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/TextClass.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/TextClass.cpp b/src/TextClass.cpp index da80c563ec..3c2afbce3f 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"); } -- 2.39.5