This commit is contained in:
Robin Dunn
2016-02-29 22:22:52 -08:00
parent a306ca44cc
commit e3e09067b7

View File

@@ -22,7 +22,6 @@ class TestPanel(wx.Panel):
def DING():
"""Add some audacity...erm annoyance"""
wx.Bell()
DING()
event.Skip()
dlg = wx.RichMessageDialog(self, "Hey You! I'm a rich irritating dialog!")