From 261a714b676ea14c680705c8acdea4134c94513f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 19 Jul 2003 12:21:17 +0000 Subject: [PATCH] added medium orange/gold corresponding to the old (2.4) values git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/gdicmn.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/common/gdicmn.cpp b/src/common/gdicmn.cpp index 4762e5b5f8..ff93d1f601 100644 --- a/src/common/gdicmn.cpp +++ b/src/common/gdicmn.cpp @@ -251,10 +251,12 @@ void wxColourDatabase::Initialize () {wxT("MAGENTA"), 255, 0, 255}, {wxT("MAROON"), 176, 48, 96}, {wxT("MEDIUM AQUAMARINE"), 102, 205, 170}, - {wxT("MEDIUM GREY"), 100, 100, 100}, // not X colour {wxT("MEDIUM BLUE"), 0, 0, 205}, {wxT("MEDIUM FOREST GREEN"), 107, 142, 35}, // not X colour + {wxT("MEDIUM GOLD"), 204, 127, 50}, // not X, "GOLD" in 2.4 {wxT("MEDIUM GOLDENROD"), 234, 234, 173}, // not X colour + {wxT("MEDIUM GREY"), 100, 100, 100}, // not X colour + {wxT("MEDIUM ORANGE"), 204, 50, 50}, // not X, "ORANGE" in 2.4 {wxT("MEDIUM ORCHID"), 186, 85, 211}, {wxT("MEDIUM SEA GREEN"), 60, 179, 113}, {wxT("MEDIUM SLATE BLUE"), 123, 104, 238}, -- 2.45.2