]> git.lyx.org Git - features.git/commitdiff
Color.cpp: backport fix for bug #10656
authorUwe Stöhr <uwestoehr@lyx.org>
Tue, 16 May 2017 21:47:35 +0000 (23:47 +0200)
committerUwe Stöhr <uwestoehr@lyx.org>
Tue, 16 May 2017 21:47:35 +0000 (23:47 +0200)
src/Color.cpp
status.22x

index 5eda83442e5c75ba9457a96adb292d056a0d9595..b405dc49123f78340fb33fa532f171c96eda7c2c 100644 (file)
@@ -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 }
        };
index c59e02dafce403695d27cf18f71901d621ab9f7d..bed1d560ae68e79223ae069916cf73a797716d0f 100644 (file)
@@ -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