X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/304862976530be1315f3861157168f6edea2195e..03d84e7af8ba1e631d7cefd91dcd6e8c8b19daf1:/wxPython/demo/wxButton.py diff --git a/wxPython/demo/wxButton.py b/wxPython/demo/wxButton.py index 2e9664e70a..2c763d7f70 100644 --- a/wxPython/demo/wxButton.py +++ b/wxPython/demo/wxButton.py @@ -29,10 +29,6 @@ class TestPanel(wxPanel): wxSize(bmp.GetWidth()+10, bmp.GetHeight()+10)) EVT_BUTTON(self, 30, self.OnClick) - if wxUSE_UNICODE: - label = unichr(21514) + unichr(26984) + unichr(8307) + unichr(29545) - wxButton(self, -1, label+" (I have no idea what that says...)", (20, 150)) - def OnClick(self, event): self.log.WriteText("Click! (%d)\n" % event.GetId())