]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix indentation
authorRobin Dunn <robin@alldunn.com>
Mon, 6 Mar 2006 21:06:10 +0000 (21:06 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 6 Mar 2006 21:06:10 +0000 (21:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37833 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/BitmapButton.py

index cd78af9b18813bb1070383cd150c7b734110a242..208b947e5dd7e4076065f58f86e092b3bba65eb9 100644 (file)
@@ -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)