From 7748c15cd81f568136d8b456647f95a65f236c92 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 6 Mar 2006 21:06:10 +0000 Subject: [PATCH] Fix indentation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37833 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/BitmapButton.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.0