summaryrefslogtreecommitdiff
path: root/wx+/font_size.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2016-03-16 21:32:07 +0100
committerDaniel Wilhelm <daniel@wili.li>2016-03-16 21:32:07 +0100
commitce3574cf7ff2ee68608b4d001f5a6dd1e36b2252 (patch)
tree576b1741351e1cd34f0fcce49f98df9c17e10912 /wx+/font_size.h
parent7.6 (diff)
downloadFreeFileSync-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.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