From 276c32e15b275548cb756dd2c9b9f3b1673ba22e Mon Sep 17 00:00:00 2001 From: Steve Lamerton Date: Fri, 24 May 2013 14:38:39 +0000 Subject: [PATCH] Correctly link to wxWebViewNavigationError from wxWebViewEvent. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/webview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/webview.h b/interface/wx/webview.h index f32fdef..d9bae67 100644 --- a/interface/wx/webview.h +++ b/interface/wx/webview.h @@ -755,7 +755,7 @@ public: @event{EVT_WEBVIEW_ERROR(id, func)} Process a @c wxEVT_WEBVIEW_ERROR event generated when a navigation error occurs. - The integer associated with this event will be a wxWebNavigationError item. + The integer associated with this event will be a #wxWebViewNavigationError item. The string associated with this event may contain a backend-specific more precise error message/code. @event{EVT_WEBVIEW_NEWWINDOW(id, func)} -- 2.7.4