X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/628c7f79d4f177b18349c9c10d49db6c9c4bc56c..4a93ea29b583718ec19613d6af98ff1ce9cc0ea3:/wxPython/demo/wxXmlResource.py

diff --git a/wxPython/demo/wxXmlResource.py b/wxPython/demo/wxXmlResource.py
index 2d0aa94768..839a9cff1d 100644
--- a/wxPython/demo/wxXmlResource.py
+++ b/wxPython/demo/wxXmlResource.py
@@ -51,7 +51,7 @@ class TestPanel(wxPanel):
         sizer.Add(panel, 1, wxEXPAND|wxALL, 5)
 
         self.SetSizer(sizer)
-        self.SetAutoLayout(true)
+        self.SetAutoLayout(True)
 
 
 #----------------------------------------------------------------------