X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8b7fa2d9691bc34339e38684a798e9ab3f711e13..a81f30662b64fd900dacda249d3304c45eb32a53:/wxPython/demo/BitmapButton.py

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 = """<html><body>
-<h2>StaticBitmap</h2>
+<h2>BitmapButton</h2>
 
-<p>A StaticBitmap control displays a bitmap. It can have a separate bitmap for each button state: normal, selected, disabled.</p>
+<p>A BitmapButton control displays a bitmap. It can have a separate bitmap for each button state: normal, selected, disabled.</p>
 
 <p>The bitmaps to be displayed should have a small number of colours, such as 16, 
 to avoid palette problems.</p>