More True/False fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-09-25 23:27:41 +00:00
parent 8dcf04a803
commit 92956ab232

View File

@ -269,7 +269,7 @@ void wxDrawWindowOnDC(wxWindow* window, const wxDC& dc, int method)
if ( !s_triedToLoad )
{
s_triedToLoad = True;
s_triedToLoad = true;
wxDynamicLibrary dllUser32(_T("user32.dll"));
if ( dllUser32.IsLoaded() )
{