diff options
author | Daniel Wilhelm <daniel@wili.li> | 2016-03-16 21:32:07 +0100 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2016-03-16 21:32:07 +0100 |
commit | ce3574cf7ff2ee68608b4d001f5a6dd1e36b2252 (patch) | |
tree | 576b1741351e1cd34f0fcce49f98df9c17e10912 /wx+/font_size.h | |
parent | 7.6 (diff) | |
download | FreeFileSync-ce3574cf7ff2ee68608b4d001f5a6dd1e36b2252.tar.gz FreeFileSync-ce3574cf7ff2ee68608b4d001f5a6dd1e36b2252.tar.bz2 FreeFileSync-ce3574cf7ff2ee68608b4d001f5a6dd1e36b2252.zip |
7.7
Diffstat (limited to 'wx+/font_size.h')
-rw-r--r-- | wx+/font_size.h | 2 |
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 |