X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=parse_factiva_xml.py;h=35d150e3833f79a06ee8bc2c77d9471686d8e6ac;hp=d43e9ae6003fef8558a2f06e6e760dcb94d9d90c;hb=4da73cc236c915a45115bd5a32ab8c74fdd77eef;hpb=8c01b170b8553aaa8f84d3ac0c3d520f10f353eb diff --git a/parse_factiva_xml.py b/parse_factiva_xml.py index d43e9ae..35d150e 100644 --- a/parse_factiva_xml.py +++ b/parse_factiva_xml.py @@ -179,13 +179,13 @@ class ImportFactiva(): res = ParseEuropress(xmldir, corp_out, 'utf8', 'utf8') del busy if res == 'nofile' : - dlg = wx.MessageDialog(parent, u"Pas de fichiers dans %s" % xmldir, 'ATTENTION', wx.OK | wx.NO_DEFAULT | wx.ICON_WARNING) + dlg = wx.MessageDialog(parent, u"Pas de fichiers dans %s" % xmldir, 'ATTENTION', wx.OK | wx.ICON_WARNING) dlg.CenterOnParent() dlg.ShowModal() dlg.Destroy() else : msg = '\n'.join([_(u"Corpus created :").decode('utf8'), corp_out, _(u"Do you want to open it in IRaMuTeQ ?").decode('utf8')]) - dlg = wx.MessageDialog(parent, msg, _(u'Information').decode('utf8'), wx.YES_NO | wx.NO_DEFAULT | wx.ICON_INFORMATION | wx.STAY_ON_TOP) + dlg = wx.MessageDialog(parent, msg, _(u'Information').decode('utf8'), wx.YES_NO | wx.ICON_INFORMATION | wx.STAY_ON_TOP) dlg.CenterOnParent() val = dlg.ShowModal() if val == wx.ID_YES :