summaryrefslogtreecommitdiff
path: root/wx+/font_size.h
diff options
context:
space:
mode:
Diffstat (limited to 'wx+/font_size.h')
-rw-r--r--wx+/font_size.h2
1 files changed, 1 insertions, 1 deletions
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
bgstack15