]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Layoutf.py
digital mars updated
[wxWidgets.git] / wxPython / demo / Layoutf.py
index e5809b60c5459c4f84cfa20972a0e913513e569c..cde4ad405fb0456b6beebf6004f8a1b6fdd88cb2 100644 (file)
@@ -8,7 +8,7 @@ class TestLayoutf(wxPanel):
     def __init__(self, parent):
         wxPanel.__init__(self, parent, -1)
 
-        self.SetAutoLayout(true)
+        self.SetAutoLayout(True)
         EVT_BUTTON(self, 100, self.OnButton)
 
         self.panelA = wxWindow(self, -1, wxPyDefaultPosition, wxPyDefaultSize, wxSIMPLE_BORDER)