From: Robin Dunn Date: Sun, 28 Mar 2004 18:05:58 +0000 (+0000) Subject: typos fixed X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3c8ad70ad4de074ff95b5e3629ebc272551921c0?ds=inline typos fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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 = """\ -

wx.lib.pdfwin.FlashWindow

+overview = """\ + +

wx.lib.flashwin.FlashWindow

The wx.lib.pdfwin.FlashWindow class is yet another example of using ActiveX controls from wxPython using the new wx.activex module. This diff --git a/wxPython/demo/ActiveX_PDFWindow.py b/wxPython/demo/ActiveX_PDFWindow.py index 35c3956c30..6281f3e1bd 100644 --- a/wxPython/demo/ActiveX_PDFWindow.py +++ b/wxPython/demo/ActiveX_PDFWindow.py @@ -73,7 +73,8 @@ def runTest(frame, nb, log): dlg.Destroy() -overview = """\ +overview = """\ +

wx.lib.pdfwin.PDFWindow

The wx.lib.pdfwin.PDFWindow class is another example of using ActiveX 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 = """ -

StaticBitmap

+

BitmapButton

-

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