projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83e5bf8
)
...
author
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Thu, 11 Dec 2014 17:20:58 +0000
(18:20 +0100)
committer
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Thu, 11 Dec 2014 17:20:58 +0000
(18:20 +0100)
parse_factiva_xml.py
patch
|
blob
|
history
diff --git
a/parse_factiva_xml.py
b/parse_factiva_xml.py
index
a7ed81d
..
3defa0c
100644
(file)
--- a/
parse_factiva_xml.py
+++ b/
parse_factiva_xml.py
@@
-89,7
+89,7
@@
class PrefImport(wx.Dialog):
else :
txt = _(u'Select a directory of txt files').decode('utf8')
self.parent = parent
- self.txt1 = wx.StaticText(self, -1, txt
.encode('utf8')
)
+ self.txt1 = wx.StaticText(self, -1, txt)
self.dbb = filebrowse.DirBrowseButton(self, -1, size=(450, -1), changeCallback = self.fbbCallback)
self.dbb.SetLabel("")
self.txt2 = wx.StaticText(self, -1, _(u'Output file').decode('utf8'))