X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8faed39597d32bbb2073e5c686c754473dc5575a..b3ecee8d120ac8af59cbf82b00d4c7da9f648f53:/samples/text/text.cpp diff --git a/samples/text/text.cpp b/samples/text/text.cpp index 3e1efc157f..8880c78808 100644 --- a/samples/text/text.cpp +++ b/samples/text/text.cpp @@ -5,7 +5,7 @@ // Modified by: // RCS-ID: $Id$ // Copyright: (c) Robert Roebling, Julian Smart, Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // For compilers that support precompilation, includes "wx/wx.h". @@ -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