projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78c5e42
)
...
author
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Sun, 21 Dec 2014 14:18:53 +0000
(15:18 +0100)
committer
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Sun, 21 Dec 2014 14:18:53 +0000
(15:18 +0100)
dialog.py
patch
|
blob
|
history
diff --git
a/dialog.py
b/dialog.py
index
bfd17e2
..
b2c090b
100755
(executable)
--- a/
dialog.py
+++ b/
dialog.py
@@
-2670,7
+2670,7
@@
class message(wx.Frame):
self, message=_(u"Save as ...").decode('utf8'), defaultDir=os.getcwd(),
defaultFile="concordancier.html", wildcard="html|*.html", style=wx.SAVE | wx.OVERWRITE_PROMPT
)
- dlg.SetFilterIndex(2)
+
#
dlg.SetFilterIndex(2)
dlg.CenterOnParent()
self.html = '<br>'.join([self.items[i] for i in range(0,len(self.items))])
if dlg.ShowModal() == wx.ID_OK: