From: Stefan Csomor Date: Mon, 7 Nov 2005 17:05:04 +0000 (+0000) Subject: adjusting to SetLabel migration X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/44f9d0aa5598d9c72a748d282b0c145d8f824c98 adjusting to SetLabel migration git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/html/htmlctrl/webkit/webkit.mm b/src/html/htmlctrl/webkit/webkit.mm index a47639efac..5e88efa8e4 100755 --- a/src/html/htmlctrl/webkit/webkit.mm +++ b/src/html/htmlctrl/webkit/webkit.mm @@ -468,7 +468,7 @@ void wxWebKitCtrl::MacVisibilityChanged(){ - (void)webView:(WebView *)sender didReceiveTitle:(NSString *)title forFrame:(WebFrame *)frame { if (frame == [sender mainFrame]){ - webKitWindow->SetTitle(wxStringWithNSString( title )); + webKitWindow->SetLabel(wxStringWithNSString( title )); } } @end