]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/MultiSash.py
Use the standard wxBufferedDC again
[wxWidgets.git] / wxPython / demo / MultiSash.py
index d978b0395e07b4a07d1587e9c375b48bff806b9d..eb49ea455c058c75e565ee319b7663f6ab8e4d78 100644 (file)
@@ -53,7 +53,7 @@ class TestWindow(stc.StyledTextCtrl):
             TestWindow.doc = self.GetDocPointer()
             
 
-    def SutdownDemo(self):
+    def ShutDownDemo(self):
         # Reset doc reference in case this demo is run again
         TestWindow.doc = None