From 2afa7eabd0daabe45281f3d47c63cecd687051b0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Fri, 12 Nov 2010 09:31:55 +0000 Subject: [PATCH] * revert r36189, since there is no consensus for this change. Happy Friday, everybody! git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36257 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/layouts/stdinsets.inc | 2 +- src/insets/InsetERT.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/layouts/stdinsets.inc b/lib/layouts/stdinsets.inc index 1c101b8218..9b4bae8d69 100644 --- a/lib/layouts/stdinsets.inc +++ b/lib/layouts/stdinsets.inc @@ -131,7 +131,7 @@ InsetLayout Note:Greyedout End InsetLayout ERT - LabelString TeX + LabelString ERT LatexType none Decoration minimalistic Font diff --git a/src/insets/InsetERT.cpp b/src/insets/InsetERT.cpp index 1a3b2a9ae4..2b6c8b7c6a 100644 --- a/src/insets/InsetERT.cpp +++ b/src/insets/InsetERT.cpp @@ -140,9 +140,9 @@ bool InsetERT::getStatus(Cursor & cur, FuncRequest const & cmd, docstring const InsetERT::buttonLabel(BufferView const & bv) const { if (decoration() == InsetLayout::CLASSIC) - return isOpen(bv) ? _("TeX") : getNewLabel(_("TeX")); + return isOpen(bv) ? _("ERT") : getNewLabel(_("ERT")); else - return getNewLabel(_("TeX")); + return getNewLabel(_("ERT")); } -- 2.39.2