projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added dialog tabbing to wxX11.
[wxWidgets.git]
/
wxPython
/
demo
/
ActiveXWrapper_IE.py
diff --git
a/wxPython/demo/ActiveXWrapper_IE.py
b/wxPython/demo/ActiveXWrapper_IE.py
index 3cfd0ac559248f4f4f071cecea2fe59300477656..b103d15cf350d59c3a9eecd9e64fbbd4289a3612 100644
(file)
--- a/
wxPython/demo/ActiveXWrapper_IE.py
+++ b/
wxPython/demo/ActiveXWrapper_IE.py
@@
-37,7
+37,7
@@
class TestPanel(wxWindow):
wxWindow.__init__(self, parent, -1)#, style=wxCLIP_CHILDREN)
self.ie = None
self.log = log
- self.current = "http://
alldunn.com
/"
+ self.current = "http://
wxPython.org
/"
self.frame = frame
if frame:
self.titleBase = frame.GetTitle()