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
This commit is contained in:
Steve Lamerton
2013-06-20 14:40:57 +00:00
parent 6b34995cc6
commit be2878d8c9

View 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();