]> git.lyx.org Git - features.git/commitdiff
Fix copy-paste error.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Mon, 18 May 2020 00:52:18 +0000 (20:52 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Mon, 18 May 2020 00:52:18 +0000 (20:52 -0400)
See bug #11869.

src/Color.cpp

index 472f244a1af1c7fd3fd8bb5da7b97e45bdc41a53..d865765be93bcdca4505af8c26faef323a6b1194 100644 (file)
@@ -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" },