]> git.saurik.com Git - wxWidgets.git/commitdiff
Minor change. Fix LoadURL case typo in wxWebView docs.
authorSteve Lamerton <steve.lamerton@gmail.com>
Wed, 27 Feb 2013 08:12:42 +0000 (08:12 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Wed, 27 Feb 2013 08:12:42 +0000 (08:12 +0000)
Closes #15067

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/webview.h

index 27c80e056415d9b9fbf743276370169b99c5cbf9..9d275863d840c568f35733255ea2ddb7d42310ee 100644 (file)
@@ -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
 
     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
     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