Merge branch 'master' of github.com:cascremers/scyther
This commit is contained in:
commit
2116fde993
@ -41,7 +41,7 @@ class NoAttackError(Exception):
|
|||||||
|
|
||||||
def ShowAndReturn(text):
|
def ShowAndReturn(text):
|
||||||
title = "Error"
|
title = "Error"
|
||||||
dlg = wx.MessageDialog(None, text, title, wx.ID_OK | wx.ICON_ERROR)
|
dlg = wx.MessageDialog(None, text, title, wx.OK | wx.ICON_ERROR)
|
||||||
result = dlg.ShowModal()
|
result = dlg.ShowModal()
|
||||||
dlg.Destroy()
|
dlg.Destroy()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user