projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
cleanup magic number usage and comments
[wxWidgets.git]
/
src
/
os2
/
dcclient.cpp
diff --git
a/src/os2/dcclient.cpp
b/src/os2/dcclient.cpp
index b533fdc19aa83e8b91927fcf2d39e22d9d4a6beb..81007873df5b8a8e7ed84a7730e22e612a006ccf 100644
(file)
--- a/
src/os2/dcclient.cpp
+++ b/
src/os2/dcclient.cpp
@@
-172,8
+172,8
@@
void wxWindowDC::InitDC()
vColor.Set( wxT("WHITE") );
m_brush.SetColour(vColor);
InitializePalette();
- wxFont* pFont = new wxFont( 1
2
- ,wx
NORMAL
+ wxFont* pFont = new wxFont( 1
0
+ ,wx
MODERN
,wxNORMAL
,wxBOLD
);