commit 5d9e175256e91fafc03d714bfceed192bf0553cb
Author: Richard Kimberly Heck <[email protected]>
Date:   Sun May 17 20:52:18 2020 -0400

    Fix copy-paste error.
    
    See bug #11869.
---
 src/Color.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Color.cpp b/src/Color.cpp
index 472f244..d865765 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" },
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to