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
/
demoMainLoop.py
diff --git
a/wxPython/demo/demoMainLoop.py
b/wxPython/demo/demoMainLoop.py
index 23067e932926742f06a61bece9917e14422cf53f..78952b464d84d70b3bf473f7f83d10bff99f50eb 100755
(executable)
--- a/
wxPython/demo/demoMainLoop.py
+++ b/
wxPython/demo/demoMainLoop.py
@@
-90,7
+90,7
@@
class MyApp(wxApp):
# This inner loop will process any GUI events until there
# are no more waiting.
-
while self.Pending():
+ while self.Pending():
self.Dispatch()
# Send idle events to idle handlers. You may want to throtle