fixed UMR (patch #484863)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-11-23 21:58:08 +00:00
parent 846e4632b4
commit 097f29c22f

View File

@ -281,6 +281,7 @@ bool wxApp::Initialize()
LOGBRUSH lb;
lb.lbStyle = BS_PATTERN;
lb.lbColor = 0;
lb.lbHatch = (int)LoadBitmap( wxhInstance, wxT("wxDISABLE_BUTTON_BITMAP") );
if ( lb.lbHatch )
{