X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=checkversion.py;h=d1211eefdf61f304815ebb2da50eb050c2b554e4;hp=743f7ca6f75170af429ca08dcdf3e512d9f76280;hb=a57eea4fed2471fdf373ea4ce5860244530eec24;hpb=69b6d701d4298a125c51cd0ac8e884359f93a6ad diff --git a/checkversion.py b/checkversion.py index 743f7ca..d1211ee 100644 --- a/checkversion.py +++ b/checkversion.py @@ -41,7 +41,7 @@ def NewVersion(parent): Une nouvelle version d'IRaMuTeQ (%s) est disponible. Vous pouvez la télécharger à partir du site web iramuteq : http://www.iramuteq.org""" % '-'.join(lastversion) - dlg = wx.MessageDialog(parent, msg, u"Nouvelle version disponible", wx.OK | wx.NO_DEFAULT | wx.ICON_WARNING) + dlg = wx.MessageDialog(parent, msg, u"Nouvelle version disponible", wx.OK | wx.ICON_WARNING) dlg.CenterOnParent() if dlg.ShowModal() in [wx.ID_NO, wx.ID_CANCEL]: evt.Veto()