projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cda523e
)
...
author
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Tue, 25 Nov 2014 08:59:12 +0000
(09:59 +0100)
committer
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Tue, 25 Nov 2014 08:59:12 +0000
(09:59 +0100)
iramuteq.py
patch
|
blob
|
history
diff --git
a/iramuteq.py
b/iramuteq.py
index
f1dabc0
..
2fe1f07
100644
(file)
--- a/
iramuteq.py
+++ b/
iramuteq.py
@@
-306,7
+306,7
@@
class IraFrame(wx.Frame):
self.statusbar = self.CreateStatusBar(2, wx.ST_SIZEGRIP)
self.statusbar.SetStatusWidths([-2, -3])
self.statusbar.SetStatusText(_(u"Ready"), 0)
- self.statusbar.SetStatusText(_(u"Wel
l
come"), 1)
+ self.statusbar.SetStatusText(_(u"Welcome"), 1)
# min size for the frame itself isn't completely done.
# see the end up FrameManager::Update() for the test