]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmlwin.cpp
update frm Ivan Masar
[wxWidgets.git] / src / html / htmlwin.cpp
index 9478914c41b99d5e5ba37d1d2a5e77dba9e1750c..a8c739afebe43dc58a3199d977e3b6c5ffa7d98f 100644 (file)
@@ -15,7 +15,7 @@
 
 #if wxUSE_HTML && wxUSE_STREAMS
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
     #include "wx/list.h"
     #include "wx/log.h"
     #include "wx/intl.h"
@@ -953,6 +953,7 @@ bool wxHtmlWindow::CopySelection(ClipboardType t)
 void wxHtmlWindow::OnLinkClicked(const wxHtmlLinkInfo& link)
 {
     wxHtmlLinkEvent event(GetId(), link);
+    event.SetEventObject(this);
     if (!GetEventHandler()->ProcessEvent(event))
     {
         // the default behaviour is to load the URL in this window