From: Richard Kimberly Heck Date: Mon, 18 May 2020 00:52:18 +0000 (-0400) Subject: Fix copy-paste error. X-Git-Tag: lyx-2.4.0dev-acb2ca7b~856 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5d9e175256e91fafc03d714bfceed192bf0553cb;p=features.git Fix copy-paste error. See bug #11869. --- diff --git a/src/Color.cpp b/src/Color.cpp index 472f244a1a..d865765be9 100644 --- a/src/Color.cpp +++ b/src/Color.cpp @@ -254,7 +254,7 @@ ColorSet::ColorSet() { Color_command, N_("command inset"), "command", "black", "command" }, { Color_commandbg, N_("command inset background"), "commandbg", "azure", "commandbg" }, { 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_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" },