X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8b7fa2d9691bc34339e38684a798e9ab3f711e13..a400c2ec04f77b3a72d23cb2b122866f3fddfd45:/wxPython/demo/BitmapButton.py?ds=sidebyside diff --git a/wxPython/demo/BitmapButton.py b/wxPython/demo/BitmapButton.py index c28562d38b..02d2c618ee 100644 --- a/wxPython/demo/BitmapButton.py +++ b/wxPython/demo/BitmapButton.py @@ -49,9 +49,9 @@ def runTest(frame, nb, log): overview = """
-A StaticBitmap control displays a bitmap. It can have a separate bitmap for each button state: normal, selected, disabled.
+A BitmapButton control displays a bitmap. It can have a separate bitmap for each button state: normal, selected, disabled.
The bitmaps to be displayed should have a small number of colours, such as 16, to avoid palette problems.