projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Set the mouse pos for the drag events
[wxWidgets.git]
/
wxPython
/
demo
/
templateold.py
diff --git
a/wxPython/demo/templateold.py
b/wxPython/demo/templateold.py
index 9be55905b9c4d91931e988a9d468f9bad45e7b64..b02918a8ed800737d54f60e4ab18cc50ea8afade 100644
(file)
--- a/
wxPython/demo/templateold.py
+++ b/
wxPython/demo/templateold.py
@@
-29,5
+29,5
@@
overview = """<html><body>
if __name__ == '__main__':
import sys,os
import run
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:]
)