projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Bump copyright date and indicate debug builds too in 'easter egg' dialog.
[wxWidgets.git]
/
wxPython
/
demo
/
DynamicSashWindow.py
diff --git
a/wxPython/demo/DynamicSashWindow.py
b/wxPython/demo/DynamicSashWindow.py
index a3f3106b8f27d940cdc4ab1875d01c9eb821ac6a..ed28ede75f6ae3f4981087abd24b9bb0a550855c 100644
(file)
--- a/
wxPython/demo/DynamicSashWindow.py
+++ b/
wxPython/demo/DynamicSashWindow.py
@@
-160,5
+160,5
@@
You will need to set the scrollbars' event handler at three times:
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:]
)