From 3a2bfd4548398aa0a0014fdaee91ce4a12c5963b Mon Sep 17 00:00:00 2001 From: Rui Date: Tue, 18 Aug 2015 19:57:55 +0900 Subject: Fix indianred and indigo of color-string --- src/util/string.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/util/string.cpp b/src/util/string.cpp index c2724aa58..2c4143c76 100644 --- a/src/util/string.cpp +++ b/src/util/string.cpp @@ -587,8 +587,8 @@ ColorContainer::ColorContainer() colors["greenyellow"] = 0xadff2f; colors["honeydew"] = 0xf0fff0; colors["hotpink"] = 0xff69b4; - colors["indianred "] = 0xcd5c5c; - colors["indigo "] = 0x4b0082; + colors["indianred"] = 0xcd5c5c; + colors["indigo"] = 0x4b0082; colors["ivory"] = 0xfffff0; colors["khaki"] = 0xf0e68c; colors["lavender"] = 0xe6e6fa; -- cgit v1.2.3