typos fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-03-28 18:05:58 +00:00
parent 4b5386874a
commit 3c8ad70ad4
4 changed files with 8 additions and 6 deletions

View File

@@ -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>