X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8faed39597d32bbb2073e5c686c754473dc5575a..2613d67b9f1d2ec5d185cb741e4a62989e039700:/samples/text/text.cpp diff --git a/samples/text/text.cpp b/samples/text/text.cpp index 3e1efc157f..575ac2b6f9 100644 --- a/samples/text/text.cpp +++ b/samples/text/text.cpp @@ -1031,7 +1031,7 @@ MyPanel::MyPanel( wxFrame *frame, int x, int y, int w, int h ) #if wxUSE_LOG m_log = new wxTextCtrl( this, wxID_ANY, wxT("This is the log window.\n"), wxPoint(5,260), wxSize(630,100), - wxTE_MULTILINE | wxTE_READONLY | wxTE_RICH); + wxTE_MULTILINE | wxTE_READONLY); m_logOld = wxLog::SetActiveTarget( new wxLogTextCtrl( m_log ) ); #endif // wxUSE_LOG