projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wxX11 compilation fixes.
[wxWidgets.git]
/
wxPython
/
demo
/
Frame.py
diff --git
a/wxPython/demo/Frame.py
b/wxPython/demo/Frame.py
index eef20b1c2a236cfc6d0cbf5b9562fb0d3baafb32..f58a3c0e140e17d91d5e9b88518f64b3c26bdd96 100644
(file)
--- a/
wxPython/demo/Frame.py
+++ b/
wxPython/demo/Frame.py
@@
-63,5
+63,5
@@
the Frame itself.
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:]
)