projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
compilation fix after removing wxImage(wxImage *) ctor
[wxWidgets.git]
/
wxPython
/
demo
/
MultiSash.py
diff --git
a/wxPython/demo/MultiSash.py
b/wxPython/demo/MultiSash.py
index eb49ea455c058c75e565ee319b7663f6ab8e4d78..6af173b5ac4ced1f96799b03a8ff72f8d96d4951 100644
(file)
--- a/
wxPython/demo/MultiSash.py
+++ b/
wxPython/demo/MultiSash.py
@@
-90,5
+90,5
@@
when desired.
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:]
)