X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/969d9b6fa963c0f14298e0ec8aa88b6d6292a6f8..feffc1b546b896b64b24def29d03e1d404f92a70:/wxPython/demo/StaticBitmap.py?ds=sidebyside diff --git a/wxPython/demo/StaticBitmap.py b/wxPython/demo/StaticBitmap.py index 1b9f3c2b03..bb1b7715b1 100644 --- a/wxPython/demo/StaticBitmap.py +++ b/wxPython/demo/StaticBitmap.py @@ -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. """