X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..88b792af94fe4a2d0f14a2c4c6b85ff3c4bd49a5:/wxPython/demo/ActiveXWrapper_IE.py diff --git a/wxPython/demo/ActiveXWrapper_IE.py b/wxPython/demo/ActiveXWrapper_IE.py index 3cfd0ac559..b103d15cf3 100644 --- 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()