X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c15cc56f2d829c87360fdcadd93646c4b991706c..7748c15cd81f568136d8b456647f95a65f236c92:/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)