projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
bitmap and image updates
[wxWidgets.git]
/
src
/
msw
/
settings.cpp
diff --git
a/src/msw/settings.cpp
b/src/msw/settings.cpp
index 418477ee81d741b17f463b3c2fbe90be8b8fd3e2..e81d059ce07573b1764339812258567ad024b940 100644
(file)
--- a/
src/msw/settings.cpp
+++ b/
src/msw/settings.cpp
@@
-49,7
+49,7
@@
wxColour wxSystemSettings::GetSystemColour(int index)
wxFont wxSystemSettings::GetSystemFont(int index)
{
HFONT hFont = (HFONT) ::GetStockObject(index);
- if ( hFont != NULL )
+ if ( hFont !=
(HFONT)
NULL )
{
LOGFONT lf;
if ( ::GetObject(hFont, sizeof(LOGFONT), &lf) != 0 )