Minor fixes to allow web sample to compile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@67707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -585,7 +585,7 @@ bool wxMiniApp::OnInit()
|
||||
wxCommandEventHandler(wxMiniApp::onSetZoom), NULL, this );
|
||||
|
||||
// ---- Create the web view
|
||||
m_browser_ctrl = wxWebView::GetNew(mainpane, wxID_ANY);
|
||||
m_browser_ctrl = wxWebView::New(mainpane, wxID_ANY);
|
||||
|
||||
// ---- Create the notification panel
|
||||
{
|
||||
|
Reference in New Issue
Block a user