projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
forgot to commit during last regeneration
[wxWidgets.git]
/
wxPython
/
demo
/
StaticBitmap.py
diff --git
a/wxPython/demo/StaticBitmap.py
b/wxPython/demo/StaticBitmap.py
index 1b9f3c2b03e1f5b6cce173780e7a536b5601c882..bb1b7715b18d790934eeb4ed7d89fb3bba2dec41 100644
(file)
--- 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.
"""