]> git.saurik.com Git - wxWidgets.git/commitdiff
Correctly link to wxWebViewNavigationError from wxWebViewEvent.
authorSteve Lamerton <steve.lamerton@gmail.com>
Fri, 24 May 2013 14:38:39 +0000 (14:38 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Fri, 24 May 2013 14:38:39 +0000 (14:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/webview.h

index f32fdefaf6233dd697e0564688b06f17e94b469a..d9bae67391d4fecca35920b9660b72b70b888dca 100644 (file)
@@ -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)}