projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Change the text object to a message about the new OGL.
[wxWidgets.git]
/
wxPython
/
demo
/
Notebook.py
diff --git
a/wxPython/demo/Notebook.py
b/wxPython/demo/Notebook.py
index 51029143187358e799dcadb0c08c707d39c5cafd..c4dc0a5504035b34348fc4076db7faa96aef6410 100644
(file)
--- a/
wxPython/demo/Notebook.py
+++ b/
wxPython/demo/Notebook.py
@@
-127,7
+127,7
@@
delete the window for a page that is currently managed by wx.Notebook.
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:]
)