diff --git a/wxPython/wxPython/html.py b/wxPython/wxPython/html.py index 44ac756993..82443ce7d3 100644 --- a/wxPython/wxPython/html.py +++ b/wxPython/wxPython/html.py @@ -148,7 +148,8 @@ wxID_HTML_SEARCHCHOICE = wx.html.ID_HTML_SEARCHCHOICE wxID_HTML_COUNTINFO = wx.html.ID_HTML_COUNTINFO wxHtmlHelpWindow = wx.html.HtmlHelpWindow wxPreHtmlHelpWindow = wx.html.PreHtmlHelpWindow -wxHtmlWindowEvent = wx.html.HtmlWindowEvent +wxHtmlCellEvent = wx.html.HtmlCellEvent +wxHtmlLinkEvent = wx.html.HtmlLinkEvent wxHtmlHelpFrame = wx.html.HtmlHelpFrame wxPreHtmlHelpFrame = wx.html.PreHtmlHelpFrame wxHtmlHelpDialog = wx.html.HtmlHelpDialog