projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
removed multiple duplicate copies (with subtly different behaviour) of SetStringSelec...
[wxWidgets.git]
/
wxPython
/
demo
/
LEDNumberCtrl.py
diff --git
a/wxPython/demo/LEDNumberCtrl.py
b/wxPython/demo/LEDNumberCtrl.py
index da45690412d02341428ce43cd786b13c0731133d..0217d6910aef229656550e552b7092ec57e235a5 100644
(file)
--- a/
wxPython/demo/LEDNumberCtrl.py
+++ b/
wxPython/demo/LEDNumberCtrl.py
@@
-112,5
+112,5
@@
numeric input.
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:]
)