git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@67707
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
<wx-lib>web</wx-lib>\r
<wx-lib>stc</wx-lib>\r
<win32-res>../sample.rc</win32-res>\r
+ \r
+ <if cond="OUT_OF_TREE_MAKEFILES=='0'">\r
+ <sys-lib>$(LIB_SCINTILLA)</sys-lib>\r
+ </if>\r
</exe>\r
\r
</makefile>\r
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
{