]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/OOR.py
Removed deprecation warnings in OGL and Gizmos
[wxWidgets.git] / wxPython / demo / OOR.py
index 9b4088fb8d82376664764b43a59b876a900c5977..e0e84b0112552dc80ce2e2fee6a79b0f107a0e53 100644 (file)
@@ -30,7 +30,7 @@ class TestPanel(wxPanel):
         sizer.Add(btns, 0, wxEXPAND|wxALL, 15)
 
         self.SetSizer(sizer)
-        self.SetAutoLayout(true)
+        self.SetAutoLayout(True)
 
         self.sizer = sizer  # save it for testing later