X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=checkversion.py;h=d1211eefdf61f304815ebb2da50eb050c2b554e4;hp=743f7ca6f75170af429ca08dcdf3e512d9f76280;hb=4da73cc236c915a45115bd5a32ab8c74fdd77eef;hpb=8c01b170b8553aaa8f84d3ac0c3d520f10f353eb 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()