]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/FloatCanvas.py
Stop the timer before closing the demo
[wxWidgets.git] / wxPython / demo / FloatCanvas.py
index 73952c0cc94a1b1b02923e9b46a14872205f13fb..77fbcb8c829ab395895a0ac105643bdc871b8ac6 100644 (file)
@@ -58,7 +58,7 @@ class TestPanel(wx.Panel):
         self.log = log
         wx.Panel.__init__(self, parent, -1)
 
-        b = wx.Button(self, -1, "Show the FloatBar sample", (50,50))
+        b = wx.Button(self, -1, "Show the FloatCanvas sample", (50,50))
         self.Bind(wx.EVT_BUTTON, self.OnButton, b)