From: Steve Lamerton Date: Wed, 27 Feb 2013 08:12:42 +0000 (+0000) Subject: Minor change. Fix LoadURL case typo in wxWebView docs. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/026a6ed6ce5eb37e6e3aa85825dff46a718026be Minor change. Fix LoadURL case typo in wxWebView docs. Closes #15067 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/webview.h b/interface/wx/webview.h index 27c80e0564..9d275863d8 100644 --- a/interface/wx/webview.h +++ b/interface/wx/webview.h @@ -242,7 +242,7 @@ public: Many of the methods in wxWebView are asynchronous, i.e. they return immediately and perform their work in the background. This includes - functions such as LoadUrl() and Reload(). To receive notification of the + functions such as LoadURL() and Reload(). To receive notification of the progress and completion of these functions you need to handle the events that are provided. Specifically @c wxEVT_COMMAND_WEBVIEW_LOADED notifies when the page or a sub-frame has finished loading and