X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=iramuteq.py;h=8896308931ef14acbc7f0fa31450f0b624d89a76;hp=f5f43b19360165b93fb3363fb731937f94de8b1a;hb=15c5b10dbd8f0846d17794fe4fb7c670f19f0c43;hpb=650a43766af109e397e0806c8252b9a1c9b45a30 diff --git a/iramuteq.py b/iramuteq.py index f5f43b1..8896308 100644 --- a/iramuteq.py +++ b/iramuteq.py @@ -305,8 +305,8 @@ 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"Welcome"), 1) + self.statusbar.SetStatusText(_(u"Ready").decode('utf8'), 0) + self.statusbar.SetStatusText(_(u"Welcome").decode('utf8'), 1) # min size for the frame itself isn't completely done. # see the end up FrameManager::Update() for the test