Fix typo in last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -364,7 +364,7 @@ bool wxWebViewWebKit::Create(wxWindow *parent,
|
|||||||
|
|
||||||
// Register event listener interfaces
|
// Register event listener interfaces
|
||||||
WebViewLoadDelegate* loadDelegate =
|
WebViewLoadDelegate* loadDelegate =
|
||||||
[[WebViewWebKitLoadDelegate alloc] initWithWxWindow: this];
|
[[WebViewLoadDelegate alloc] initWithWxWindow: this];
|
||||||
|
|
||||||
[m_webView setFrameLoadDelegate:loadDelegate];
|
[m_webView setFrameLoadDelegate:loadDelegate];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user