]> git.saurik.com Git - wxWidgets.git/commitdiff
cleanup doc
authorRobin Dunn <robin@alldunn.com>
Mon, 6 Mar 2006 21:10:04 +0000 (21:10 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 6 Mar 2006 21:10:04 +0000 (21:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/StaticBitmap.py

index 1b9f3c2b03e1f5b6cce173780e7a536b5601c882..bb1b7715b18d790934eeb4ed7d89fb3bba2dec41 100644 (file)
@@ -45,9 +45,6 @@ def runTest(frame, nb, log):
 overview = """\
 A StaticBitmap control displays a bitmap.
 
-The bitmap to be displayed should have a small number of colours, such as 16, 
-to avoid palette problems.
-
 A bitmap can be derived from most image formats using the wx.Image class.
 
 """