]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/ActiveX_IEHtmlWindow.py
Fixed OOR typo
[wxWidgets.git] / wxPython / demo / ActiveX_IEHtmlWindow.py
index b3bc40fbf767f34162b7a96b6e03b69ef582c323..c55e5f8ff629e68b8ed96434c7b37f64101e6497 100644 (file)
@@ -160,7 +160,9 @@ class TestPanel(wx.Window):
 
     def OnNewWindow2(self, evt):
         self.logEvt(evt)
-##        evt.Veto()   # TODO
+        # Veto the new window.  Cancel is defined as an "out" param
+        # for this event.  See iewin.py
+        evt.Cancel = True   
 
     def OnProgressChange(self, evt):
         self.logEvt(evt)