- m_log = new wxTextCtrl( this, -1, "This is the log window.\n", wxPoint(5,260), wxSize(630,100), wxTE_MULTILINE );
+ m_log = new wxTextCtrl( this, -1, "This is the log window.\n",
+ wxPoint(5,260), wxSize(630,100),
+ wxTE_MULTILINE | wxTE_READONLY /* | wxTE_RICH */);