From ce3574cf7ff2ee68608b4d001f5a6dd1e36b2252 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Wed, 16 Mar 2016 21:32:07 +0100 Subject: 7.7 --- wx+/font_size.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wx+/font_size.h') diff --git a/wx+/font_size.h b/wx+/font_size.h index 2302e056..2858afb6 100644 --- a/wx+/font_size.h +++ b/wx+/font_size.h @@ -69,7 +69,7 @@ void setMainInstructionFont(wxWindow& control) 0, // _In_ int iStateId, TMT_TEXTCOLOR, // _In_ int iPropId, &cr) == S_OK) // _Out_ COLORREF *pColor - control.SetForegroundColour(wxColour(cr)); + control.SetForegroundColour(wxColor(cr)); } #elif defined ZEN_LINUX //https://developer.gnome.org/hig-book/3.2/hig-book.html#alert-text -- cgit