From 3d1a621b481e251f8a086af586c7eb0bb87b0004 Mon Sep 17 00:00:00 2001 From: Pierre Ratinaud Date: Fri, 5 Dec 2014 18:51:10 +0100 Subject: [PATCH 1/1] ... --- guifunct.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guifunct.py b/guifunct.py index c20ee70..822f213 100644 --- a/guifunct.py +++ b/guifunct.py @@ -329,7 +329,7 @@ class PrefSimi ( wx.Dialog ): self.m_staticline40 = wx.StaticLine( self.m_panel2, wx.ID_ANY, wx.DefaultPosition, wx.DefaultSize, wx.LI_HORIZONTAL ) fgSizer3.Add( self.m_staticline40, 0, wx.EXPAND |wx.ALL, 5 ) - self.m_staticText321 = wx.StaticText( self.m_panel2, wx.ID_ANY, _(u"Edge curved"), wx.DefaultPosition, wx.DefaultSize, 0 ) + self.m_staticText321 = wx.StaticText( self.m_panel2, wx.ID_ANY, _(u"Edge curved").decode('utf8'), wx.DefaultPosition, wx.DefaultSize, 0 ) self.m_staticText321.Wrap( -1 ) fgSizer3.Add( self.m_staticText321, 0, wx.ALIGN_CENTER_VERTICAL|wx.ALL, 5 ) -- 2.7.4