commit 74f56e261a991e8ed0c2910213c7713715b63027
Author: Uwe Stöhr <[email protected]>
Date: Tue May 9 00:09:10 2017 +0200
Color.cpp: fix bug #10656
---
src/Color.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Color.cpp b/src/Color.cpp
index 5eda834..b405dc4 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 }
};