]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxGenericDirCtrl.py
Removed deprecation warnings in OGL and Gizmos
[wxWidgets.git] / wxPython / demo / wxGenericDirCtrl.py
index 6799b1f93f4d2fd39e536cd9935b809d10214cc3..7f338e67dfb7a3e574a92dbedb702430b114a71a 100644 (file)
@@ -37,7 +37,7 @@ class TestPanel(wxPanel):
         sz.AddGrowableCol(1)
         sz.AddGrowableCol(2)
         self.SetSizer(sz)
-        self.SetAutoLayout(true)
+        self.SetAutoLayout(True)
 
 
 #----------------------------------------------------------------------