Merge branch 'master' of github.com:cascremers/scyther

This commit is contained in:
Cas Cremers 2015-11-27 20:58:04 +00:00
commit 2116fde993

View File

@ -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()