typos fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -74,8 +74,9 @@ def runTest(frame, nb, log):
|
|||||||
dlg.Destroy()
|
dlg.Destroy()
|
||||||
|
|
||||||
|
|
||||||
overview = """\<html><body>
|
overview = """\
|
||||||
<h2>wx.lib.pdfwin.FlashWindow</h2>
|
<html><body>
|
||||||
|
<h2>wx.lib.flashwin.FlashWindow</h2>
|
||||||
|
|
||||||
The wx.lib.pdfwin.FlashWindow class is yet another example of using
|
The wx.lib.pdfwin.FlashWindow class is yet another example of using
|
||||||
ActiveX controls from wxPython using the new wx.activex module. This
|
ActiveX controls from wxPython using the new wx.activex module. This
|
||||||
|
@@ -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>
|
<h2>wx.lib.pdfwin.PDFWindow</h2>
|
||||||
|
|
||||||
The wx.lib.pdfwin.PDFWindow class is another example of using ActiveX
|
The wx.lib.pdfwin.PDFWindow class is another example of using ActiveX
|
||||||
|
@@ -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,
|
<p>The bitmaps to be displayed should have a small number of colours, such as 16,
|
||||||
to avoid palette problems.</p>
|
to avoid palette problems.</p>
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user