projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wishful thinking... :-(
[wxWidgets.git]
/
wxPython
/
demo
/
Button.py
diff --git
a/wxPython/demo/Button.py
b/wxPython/demo/Button.py
index 75e589378503a618ddcdfe886da8a29a2dd11f4f..49d0a1aad4d05369353552ff2c452be0f8a4d4ab 100644
(file)
--- a/
wxPython/demo/Button.py
+++ b/
wxPython/demo/Button.py
@@
-79,5
+79,5
@@
placed on nearly any kind of window.
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:]
)