]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxToolBar.py
applied pseudo-patch #103306
[wxWidgets.git] / wxPython / demo / wxToolBar.py
index bea5f1336f3951172177664994528e55466c0be6..4a4df1b506c5d59cf99ac66e1ca5bc572628a295 100644 (file)
@@ -78,7 +78,7 @@ class TestToolBar(wxFrame):
         event.Skip()
 
 
-    def OnClearSB(self, event):
+    def OnClearSB(self, event):  # called for the timer event handler
         self.SetStatusText("")
         self.timer.Stop()
         self.timer = None