From 74f56e261a991e8ed0c2910213c7713715b63027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Tue, 9 May 2017 00:09:10 +0200 Subject: [PATCH] Color.cpp: fix bug #10656 --- src/Color.cpp | 2 +- 1 file changed, 1 insertion(+), 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 } };