]> git.saurik.com Git - wxWidgets.git/commitdiff
Not not pass debug messages on from wxLogWindow.
authorSteve Lamerton <steve.lamerton@gmail.com>
Thu, 20 Jun 2013 14:40:57 +0000 (14:40 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Thu, 20 Jun 2013 14:40:57 +0000 (14:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74270 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/webview/webview.cpp

index 42bae38685ef895b8bdcce6b6d3f4c580ea59467..5ec26471277c5dc3e4de822768b814f24f51756e 100644 (file)
@@ -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();