From 7b0f63f67b31fe78b242fb03f4dee7a538420539 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Tue, 16 May 2017 23:47:35 +0200 Subject: [PATCH] Color.cpp: backport fix for bug #10656 --- src/Color.cpp | 2 +- status.22x | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5