projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Replaced "-erase" calls with "-$(RM)" calls
[wxWidgets.git]
/
wxPython
/
demo
/
wxEditableListBox.py
diff --git
a/wxPython/demo/wxEditableListBox.py
b/wxPython/demo/wxEditableListBox.py
index 6dab278ed65e421cd0f266df173cb3c760875fca..27ebfe4e852c41729f08a401f4d9ff158884ebab 100644
(file)
--- a/
wxPython/demo/wxEditableListBox.py
+++ b/
wxPython/demo/wxEditableListBox.py
@@
-36,5
+36,5
@@
def runTest(frame, nb, log):
overview = """\
This class provides a composite control that lets the
overview = """\
This class provides a composite control that lets the
-user easily enter list of strings.
+user easily enter
and edit a
list of strings.
"""
"""