]> git.lyx.org Git - features.git/commitdiff
* revert r36189, since there is no consensus for this change.
authorJürgen Spitzmüller <spitz@lyx.org>
Fri, 12 Nov 2010 09:31:55 +0000 (09:31 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Fri, 12 Nov 2010 09:31:55 +0000 (09:31 +0000)
Happy Friday, everybody!

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36257 a592a061-630c-0410-9148-cb99ea01b6c8

lib/layouts/stdinsets.inc
src/insets/InsetERT.cpp

index 1c101b8218318796f5fa8eaab2550424dc44907e..9b4bae8d6925fc4c657806f5202d0d59506a5eff 100644 (file)
@@ -131,7 +131,7 @@ InsetLayout Note:Greyedout
 End
 
 InsetLayout ERT
-       LabelString           TeX
+       LabelString           ERT
        LatexType             none
        Decoration            minimalistic
        Font
index 1a3b2a9ae47737d6a031274127e4d1ca9a0b40f5..2b6c8b7c6afb95acb8d6f1c14bd94307eb16cadf 100644 (file)
@@ -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"));
 }