]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_misc.i
Lots of tweaks and additions to get caught up with CVS HEAD
[wxWidgets.git] / wxPython / src / _misc.i
index 837e0fa653be6908458cd51eb7abf709801cf6e9..3390427f944f95ec158c56bb846dbb80b2e6568a 100644 (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() )
                 {