X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce7fe42e848cc0c9058dae906c3a7bded50681e6..8abbca789f34f98efa79944b1c4f6423dade2c80:/samples/webview/webview.cpp diff --git a/samples/webview/webview.cpp b/samples/webview/webview.cpp index 42bae38685..a1c6217d5f 100644 --- a/samples/webview/webview.cpp +++ b/samples/webview/webview.cpp @@ -2,7 +2,6 @@ // Name: webview.cpp // Purpose: wxWebView sample // Author: Marianne Gagnon -// Id: $Id$ // Copyright: (c) 2010 Marianne Gagnon, Steven Lamerton // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -341,7 +340,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();