From 699f4b49a9d61d7169cadb9beffd06e9d02d1313 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Thu, 14 May 2015 23:05:05 +0200 Subject: [PATCH] tex2lyx/Preamble.cpp: correct capitalization --- src/tex2lyx/Preamble.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tex2lyx/Preamble.cpp b/src/tex2lyx/Preamble.cpp index d988e1dbe5..31c1d51f91 100644 --- a/src/tex2lyx/Preamble.cpp +++ b/src/tex2lyx/Preamble.cpp @@ -165,7 +165,7 @@ const char * const known_basic_colors[] = {"black", "blue", "brown", "cyan", const char * const known_basic_color_codes[] = {"#000000", "#0000ff", "#964B00", "#00ffff", "#a9a9a9", "#808080", "#00ff00", "#d3d3d3", "#bfff00", "#ff00ff", "#ff7f00", "#808000", - "#ffc0cb", "#800080", "#ff0000", "#008080", "#8F00FF", "#ffffff", "#ffff00", 0}; + "#ffc0cb", "#800080", "#ff0000", "#008080", "#8f00ff", "#ffffff", "#ffff00", 0}; /// conditional commands with three arguments like \@ifundefined{}{}{} const char * const known_if_3arg_commands[] = {"@ifundefined", "IfFileExists", -- 2.39.2