X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=iramuteq.py;h=c3a80342b1130e0e4cb35379ec042ae299d7c5f2;hp=294496462a76cd47a5d943f6fb0f393d97ad0b16;hb=f3ce5fbbfd23fde7cc690a043b550ee49756c673;hpb=c3b718632dbec2c02144f4944231b9b09cabcafd diff --git a/iramuteq.py b/iramuteq.py index 2944964..c3a8034 100644 --- a/iramuteq.py +++ b/iramuteq.py @@ -687,7 +687,7 @@ class IraFrame(wx.Frame): msg = '\n'.join([_(u"Can't find R executable"), _(u"If R is not installed, get it from http://www.r-project.org.").decode('utf8'), _(u"If R is installed, report its path in Preferences.").decode('utf8'), _(u"IRaMuTeQ does not work without R.").decode('utf8')]) - dlg = wx.MessageDialog(self, msg, _(u"Problem").decode('utf8'), wx.OK | wx.NO_DEFAULT | wx.ICON_WARNING) + dlg = wx.MessageDialog(self, msg, _(u"Problem").decode('utf8'), wx.OK | wx.ICON_WARNING) dlg.CenterOnParent() if dlg.ShowModal() in [wx.ID_NO, wx.ID_CANCEL]: pass