From: Steve Lamerton Date: Thu, 20 Jun 2013 14:40:57 +0000 (+0000) Subject: Not not pass debug messages on from wxLogWindow. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/be2878d8c9e1ade11fff6897839d6cf2973e0711 Not not pass debug messages on from wxLogWindow. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74270 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/webview/webview.cpp b/samples/webview/webview.cpp index 42bae38685..5ec2647127 100644 --- a/samples/webview/webview.cpp +++ b/samples/webview/webview.cpp @@ -341,7 +341,7 @@ WebFrame::WebFrame(const wxString& url) : SetSize(wxSize(800, 600)); // Create a log window - new wxLogWindow(this, _("Logging")); + new wxLogWindow(this, _("Logging"), true, false); // Create the Tools menu m_tools_menu = new wxMenu();