mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 00:38:01 +00:00
PlainLayout -> Plain Layout
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23934 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
340b193e3d
commit
5183c380b7
@ -112,7 +112,7 @@ std::string translateRT(TextClass::ReadType rt)
|
|||||||
} // namespace anon
|
} // namespace anon
|
||||||
|
|
||||||
|
|
||||||
docstring const TextClass::emptylayout_ = from_ascii("PlainLayout");
|
docstring const TextClass::emptylayout_ = from_ascii(N_("Plain Layout"));
|
||||||
|
|
||||||
|
|
||||||
InsetLayout DocumentClass::empty_insetlayout_;
|
InsetLayout DocumentClass::empty_insetlayout_;
|
||||||
@ -132,9 +132,6 @@ TextClass::TextClass()
|
|||||||
titletype_ = TITLE_COMMAND_AFTER;
|
titletype_ = TITLE_COMMAND_AFTER;
|
||||||
titlename_ = "maketitle";
|
titlename_ = "maketitle";
|
||||||
loaded_ = false;
|
loaded_ = false;
|
||||||
// a hack to make this available for translation
|
|
||||||
// i'm sure there must be a better way (rgh)
|
|
||||||
_("PlainLayout");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user