X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=guifunct.py;h=de5c1cfe3501f12cc297bcea645e1f8249c79118;hp=4f6fa05162b8571891f91a14111eb162e8b82e7b;hb=cf9a653bae1978c03905a2d7984bbc7403bf0d68;hpb=2560c66bef5e023dbce18c556363ec956bd15e47 diff --git a/guifunct.py b/guifunct.py index 4f6fa05..de5c1cf 100644 --- a/guifunct.py +++ b/guifunct.py @@ -1248,7 +1248,7 @@ class ExportMetaTable : fileout = dial.fbb.GetValue() dial.Destroy() corpus.export_meta_table(fileout) - dlg = wx.MessageDialog(self.ira, _("Done !").decode('utf8'), _(u"Export metadata").decode('utf8'), wx.OK | wx.NO_DEFAULT | wx.ICON_INFORMATION) + dlg = wx.MessageDialog(self.ira, _("Done !").decode('utf8'), _(u"Export metadata").decode('utf8'), wx.OK | wx.ICON_INFORMATION) dlg.CenterOnParent() dlg.ShowModal() dlg.Destroy()