From 44f9d0aa5598d9c72a748d282b0c145d8f824c98 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 7 Nov 2005 17:05:04 +0000 Subject: [PATCH] adjusting to SetLabel migration git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/html/htmlctrl/webkit/webkit.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2