]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/text/text.cpp
Add <span> tag and limited support for CSS styles to wxHTML.
[wxWidgets.git] / samples / text / text.cpp
index 6cd3a13646e3e29852ed29b5793767431512eff3..575ac2b6f9cc718f2195d6e413a53ad34b440ae9 100644 (file)
@@ -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