Fix copy-paste error.

See bug #11869.
This commit is contained in:
Richard Kimberly Heck 2020-05-17 20:52:18 -04:00
parent c6b3f35c8c
commit 5d9e175256

View File

@ -254,7 +254,7 @@ ColorSet::ColorSet()
{ Color_command, N_("command inset"), "command", "black", "command" }, { Color_command, N_("command inset"), "command", "black", "command" },
{ Color_commandbg, N_("command inset background"), "commandbg", "azure", "commandbg" }, { Color_commandbg, N_("command inset background"), "commandbg", "azure", "commandbg" },
{ Color_commandframe, N_("command inset frame"), "commandframe", "black", "commandframe" }, { Color_commandframe, N_("command inset frame"), "commandframe", "black", "commandframe" },
{ Color_command_broken, N_("command inset (broken reference)"), "command", "white", "command" }, { Color_command_broken, N_("command inset (broken reference)"), "command", "white", "command_broken" },
{ Color_buttonbg_broken, N_("button background (broken reference)"), "commandbg", "Red", "commandbg_broken" }, { Color_buttonbg_broken, N_("button background (broken reference)"), "commandbg", "Red", "commandbg_broken" },
{ Color_buttonframe_broken, N_("button frame (broken reference)"), "commandframe", "Red", "commandframe_broken" }, { Color_buttonframe_broken, N_("button frame (broken reference)"), "commandframe", "Red", "commandframe_broken" },
{ Color_buttonhoverbg_broken, N_("button background (broken reference) under focus"), "buttonhoverbg", "#DB0B0B", "buttonhoverbg_broken" }, { Color_buttonhoverbg_broken, N_("button background (broken reference) under focus"), "buttonhoverbg", "#DB0B0B", "buttonhoverbg_broken" },