projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Another package name fix
[wxWidgets.git]
/
wxPython
/
demo
/
ActiveX_IEHtmlWindow.py
diff --git
a/wxPython/demo/ActiveX_IEHtmlWindow.py
b/wxPython/demo/ActiveX_IEHtmlWindow.py
index c1356e4debf4acda5758af6e6fe2a78e14355769..bd4749db927b725cd6bcb7dc4d7baa077b8ad78d 100644
(file)
--- a/
wxPython/demo/ActiveX_IEHtmlWindow.py
+++ b/
wxPython/demo/ActiveX_IEHtmlWindow.py
@@
-105,7
+105,7
@@
class TestPanel(wx.Panel):
self.ie.Navigate(url)
def OnLocationKey(self, evt):
self.ie.Navigate(url)
def OnLocationKey(self, evt):
- if evt.KeyCode() == wx.WXK_RETURN:
+ if evt.
Get
KeyCode() == wx.WXK_RETURN:
URL = self.location.GetValue()
self.location.Append(URL)
self.ie.Navigate(URL)
URL = self.location.GetValue()
self.location.Append(URL)
self.ie.Navigate(URL)