mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Color.cpp: fix bug #10656
This commit is contained in:
parent
2f44afcb75
commit
74f56e261a
@ -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 }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user