projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed compile error
[wxWidgets.git]
/
wxPython
/
demo
/
CheckBox.py
diff --git
a/wxPython/demo/CheckBox.py
b/wxPython/demo/CheckBox.py
index e436b3579446954ef7cefd5e646f8c28c1b2df92..e4bc135066a3805c3ca2409aaada57f4c3aaa650 100644
(file)
--- a/
wxPython/demo/CheckBox.py
+++ b/
wxPython/demo/CheckBox.py
@@
-42,5
+42,5
@@
A checkbox is a labelled box which is either on (checkmark is visible) or off
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:]
)