X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=iramuteq.py;h=fdf2ba022f69c899e4d206cad355955e8595f728;hp=c762bf8d832a95018b07dc3004a76f84268b4f10;hb=35feaa5dc8cbd055e732567e012780d88b92ffe5;hpb=992d1e91b97a956ca2a7336e9f365ff8bea45e03 diff --git a/iramuteq.py b/iramuteq.py index c762bf8..fdf2ba0 100644 --- a/iramuteq.py +++ b/iramuteq.py @@ -647,7 +647,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.ICON_INFORMATION) + dlg = wx.MessageDialog(self, _(u"Installation OK").decode('utf8'), _(u"Installation").decode('utf8'), wx.OK | wx.ICON_INFORMATION | wx.STAY_ON_TOP) dlg.CenterOnParent() if dlg.ShowModal() in [wx.ID_NO, wx.ID_CANCEL]: evt.Veto()