projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96093c6
)
...
author
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Mon, 15 Dec 2014 21:46:39 +0000
(22:46 +0100)
committer
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Mon, 15 Dec 2014 21:46:39 +0000
(22:46 +0100)
guifunct.py
patch
|
blob
|
history
diff --git
a/guifunct.py
b/guifunct.py
index
4f6fa05
..
de5c1cf
100644
(file)
--- 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()