]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/ActiveXWrapper_IE.py
added missing refresh when changing focus in wxListCtrl, added test for it in the...
[wxWidgets.git] / wxPython / demo / ActiveXWrapper_IE.py
index 3cfd0ac559248f4f4f071cecea2fe59300477656..b103d15cf350d59c3a9eecd9e64fbbd4289a3612 100644 (file)
@@ -37,7 +37,7 @@ class TestPanel(wxWindow):
         wxWindow.__init__(self, parent, -1)#, style=wxCLIP_CHILDREN)
         self.ie = None
         self.log = log
         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()
         self.frame = frame
         if frame:
             self.titleBase = frame.GetTitle()