Changeset 267
- Timestamp:
- 09/10/2010 04:34:16 PM (12 years ago)
- Location:
- SHX/trunk/src/sandbox
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
SHX/trunk/src/sandbox/commondialogs.py
r249 r267 35 35 def message(self, event): 36 36 dlg = wx.MessageDialog(self, 'To save one life is as if you have saved the world.', 'Talmud', wx.OK|wx.ICON_INFORMATION) 37 dlg.ShowModal() 38 dlg.Destroy() 39 40 dlg = wx.MessageDialog(self, 'Unexcepted error occured!', 'Oops!', wx.OK|wx.ICON_ERROR) 37 41 dlg.ShowModal() 38 42 dlg.Destroy()
Note: See TracChangeset
for help on using the changeset viewer.