X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/28ff70c21f80741ca1a5a5be0be450279a8c778c..b4eecebd423df0c6efe86d7658cd3df818d67ed8:/wxPython/demo/BitmapButton.py diff --git a/wxPython/demo/BitmapButton.py b/wxPython/demo/BitmapButton.py index cd78af9b18..208b947e5d 100644 --- a/wxPython/demo/BitmapButton.py +++ b/wxPython/demo/BitmapButton.py @@ -43,7 +43,7 @@ class TestPanel(wx.Panel): # hide a little surprise in the button... b.SetBitmapSelected(images.getRobinBitmap()) - b.SetToolTipString("This is a bitmap button with \nwx.NO_BORDER style.") + b.SetToolTipString("This is a bitmap button with \nwx.NO_BORDER style.") self.Bind(wx.EVT_BUTTON, self.OnClick, b)