projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix for longlongHash for architectures where sizeof(long long) == sizeof(long)
[wxWidgets.git]
/
wxPython
/
demo
/
Slider.py
diff --git
a/wxPython/demo/Slider.py
b/wxPython/demo/Slider.py
index cea042fad0f282197909e4d8e406a30c36d42173..7be4bdb5178f7a8eccd1f88aee6b3010f497c039 100644
(file)
--- a/
wxPython/demo/Slider.py
+++ b/
wxPython/demo/Slider.py
@@
-44,5
+44,5
@@
In Windows 95, the track bar control is used.
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:]
)