From: Uwe Stöhr Date: Tue, 16 May 2017 21:47:35 +0000 (+0200) Subject: Color.cpp: backport fix for bug #10656 X-Git-Tag: 2.2.4~137 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7b0f63f67b31fe78b242fb03f4dee7a538420539;p=features.git Color.cpp: backport fix for bug #10656 --- diff --git a/src/Color.cpp b/src/Color.cpp index 5eda83442e..b405dc4912 100644 --- a/src/Color.cpp +++ b/src/Color.cpp @@ -298,7 +298,7 @@ ColorSet::ColorSet() { Color_paragraphmarker, N_("paragraph marker"), "paragraphmarker", grey80, "paragraphmarker"}, { Color_previewframe, N_("preview frame"), "previewframe", "black", "previewframe"}, { Color_inherit, N_("inherit"), "inherit", "black", "inherit" }, - { Color_regexpframe, N_("regexp frame"), "green", "green", "green" }, + { Color_regexpframe, N_("regexp frame"), "regexpframe", "green", "regexpframe" }, { Color_ignore, N_("ignore"), "ignore", "black", "ignore" }, { Color_ignore, 0, 0, 0, 0 } }; diff --git a/status.22x b/status.22x index c59e02dafc..bed1d560ae 100644 --- a/status.22x +++ b/status.22x @@ -47,6 +47,8 @@ What's new - Always shows the float type in the float inset label (bug 10618). +- Show correct color name for green in the status bar (bug 10656). + * INTERNALS