projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
corrected code to not suppose that Write() always writes all the data it was given
[wxWidgets.git]
/
wxPython
/
demo
/
StatusBar.py
diff --git
a/wxPython/demo/StatusBar.py
b/wxPython/demo/StatusBar.py
index 64aaf4c848b3a6de8616fca91e2c3c67d89a79c0..6cfa844648d562d3f9f3895fa9194764a5580dad 100644
(file)
--- a/
wxPython/demo/StatusBar.py
+++ b/
wxPython/demo/StatusBar.py
@@
-119,4
+119,4
@@
field has a clock that shows the current time when it is enabled.
if __name__ == '__main__':
import sys,os
import run
- run.main(['', os.path.basename(sys.argv[0])])
+ run.main(['', os.path.basename(sys.argv[0])]
+ sys.argv[1:]
)