added © in <PRE> environment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -70,6 +70,7 @@ wxHtmlPRECell::wxHtmlPRECell(const wxString& s, wxDC& dc) : wxHtmlCell()
|
||||
while (tokenizer.HasMoreTokens()) {
|
||||
if (i % 10 == 0) m_Text = (wxString**) realloc(m_Text, sizeof(wxString*) * (i + 10));
|
||||
tmp = tokenizer.NextToken();
|
||||
tmp.Replace(wxT("©"), wxT("(c)"), TRUE);
|
||||
tmp.Replace(wxT(" "), wxT(" "), TRUE);
|
||||
tmp.Replace(wxT("""), wxT("\""), TRUE);
|
||||
tmp.Replace(wxT("<"), wxT("<"), TRUE);
|
||||
|
Reference in New Issue
Block a user