]> git.saurik.com Git - wxWidgets.git/commitdiff
typos fixed
authorRobin Dunn <robin@alldunn.com>
Sun, 28 Mar 2004 18:05:58 +0000 (18:05 +0000)
committerRobin Dunn <robin@alldunn.com>
Sun, 28 Mar 2004 18:05:58 +0000 (18:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/ActiveX_FlashWindow.py
wxPython/demo/ActiveX_PDFWindow.py
wxPython/demo/BitmapButton.py
wxPython/distrib/howto-distrib.txt

index 3d6a2d0273f46886ed2a8583f933815aa1a894da..70e681d4c41f8c7053905e9b9aecb106dc3e2cb1 100644 (file)
@@ -74,8 +74,9 @@ def runTest(frame, nb, log):
         dlg.Destroy()
 
 
         dlg.Destroy()
 
 
-overview = """\<html><body>
-<h2>wx.lib.pdfwin.FlashWindow</h2>
+overview = """\
+<html><body>
+<h2>wx.lib.flashwin.FlashWindow</h2>
 
 The wx.lib.pdfwin.FlashWindow class is yet another example of using
 ActiveX controls from wxPython using the new wx.activex module.  This
 
 The wx.lib.pdfwin.FlashWindow class is yet another example of using
 ActiveX controls from wxPython using the new wx.activex module.  This
index 35c3956c307bfe52ea8a385c9930fa88b17013a3..6281f3e1bd5e098ec1a2ac02462bc180cca8aa7d 100644 (file)
@@ -73,7 +73,8 @@ def runTest(frame, nb, log):
         dlg.Destroy()
 
 
         dlg.Destroy()
 
 
-overview = """\<html><body>
+overview = """\
+<html><body>
 <h2>wx.lib.pdfwin.PDFWindow</h2>
 
 The wx.lib.pdfwin.PDFWindow class is another example of using ActiveX
 <h2>wx.lib.pdfwin.PDFWindow</h2>
 
 The wx.lib.pdfwin.PDFWindow class is another example of using ActiveX
index c28562d38b8f7a0c5642e392c07c41cc8c87886b..02d2c618eecee29e94fad9ea0d881721db2e9427 100644 (file)
@@ -49,9 +49,9 @@ def runTest(frame, nb, log):
 
 
 overview = """<html><body>
 
 
 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>
 
 <p>The bitmaps to be displayed should have a small number of colours, such as 16, 
 to avoid palette problems.</p>
index 093dd40a8680baaa71a5eb14f67814e82ee9a5f2..a3c3ed05a5225f8aa5667c84e447f71e382913b9 100644 (file)
@@ -68,7 +68,7 @@ Windows  (build env is on Cyclops)
 
        distrib\makedocs.bat
 
 
        distrib\makedocs.bat
 
-* Clean and old wxPython builds:
+* Clean any old wxPython builds:
 
        del /sx build build.unicode
 
 
        del /sx build build.unicode