diff --git a/wxPython/demo/ActiveX_FlashWindow.py b/wxPython/demo/ActiveX_FlashWindow.py index 3d6a2d0273..70e681d4c4 100644 --- a/wxPython/demo/ActiveX_FlashWindow.py +++ b/wxPython/demo/ActiveX_FlashWindow.py @@ -74,8 +74,9 @@ def runTest(frame, nb, log): dlg.Destroy() -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.
diff --git a/wxPython/distrib/howto-distrib.txt b/wxPython/distrib/howto-distrib.txt index 093dd40a86..a3c3ed05a5 100644 --- a/wxPython/distrib/howto-distrib.txt +++ b/wxPython/distrib/howto-distrib.txt @@ -68,7 +68,7 @@ Windows (build env is on Cyclops) distrib\makedocs.bat -* Clean and old wxPython builds: +* Clean any old wxPython builds: del /sx build build.unicode