X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=checkversion.py;h=d1211eefdf61f304815ebb2da50eb050c2b554e4;hp=4fa60107e8c2b3536c7d29510d0bb53431798733;hb=148fe710bf14981c45e865e8b4ddb68333e62f7c;hpb=22cd27b2bbe9ab1ffa7ef06fa764b5147ae17dad diff --git a/checkversion.py b/checkversion.py index 4fa6010..d1211ee 100644 --- a/checkversion.py +++ b/checkversion.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- #Author: Pierre Ratinaud #Copyright (c) 2008-2009, Pierre Ratinaud -#Lisense: GNU/GPL +#License: GNU/GPL import urllib2 import socket @@ -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()