From 9a4d9521d421d06cc58024619aad94e87641f439 Mon Sep 17 00:00:00 2001 From: Pierre Ratinaud Date: Mon, 15 Dec 2014 22:46:39 +0100 Subject: [PATCH] ... --- guifunct.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.7.4