projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Some tweaks for the wxMediaCtrl and enhaced the demo a bit
[wxWidgets.git]
/
wxPython
/
demo
/
ContextHelp.py
diff --git
a/wxPython/demo/ContextHelp.py
b/wxPython/demo/ContextHelp.py
index 3a6727c504d80932505815e1e3ecf02dd29c4e4d..a3aea8b3e63bd376ed2a3af7b8d644ad776e3631 100644
(file)
--- a/
wxPython/demo/ContextHelp.py
+++ b/
wxPython/demo/ContextHelp.py
@@
-107,5
+107,5
@@
help into your application using the wx.SimpleHelpProvider class.
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:]
)