X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=iramuteq.py;h=90212a7ab9eb555a3908a99e91cb337a28b5474d;hp=9fe152e63a43829278ae3566a35f4b1e4d065361;hb=23c18d65a858461bfb5b62b948522640d6d52507;hpb=62e5d072ad5b546f9cace0b4c08be6274dde3021 diff --git a/iramuteq.py b/iramuteq.py index 9fe152e..90212a7 100644 --- a/iramuteq.py +++ b/iramuteq.py @@ -508,7 +508,7 @@ vous devez signaler le chemin de l'éxecutable de R dans les préférences.""" def OnVerif(self, evt) : pack = CheckRPackages(self) if pack : - dlg = wx.MessageDialog(self, u"Installation OK", u"Installation", wx.OK | wx.NO_DEFAULT | wx.ICON_INFORMATION) + dlg = wx.MessageDialog(self, u"Installation OK", u"Installation", wx.OK | wx.ICON_INFORMATION) dlg.CenterOnParent() if dlg.ShowModal() in [wx.ID_NO, wx.ID_CANCEL]: evt.Veto()