]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_pre.cpp
wxMSW update for CW, wxMac updated
[wxWidgets.git] / src / html / m_pre.cpp
index 61cafb7b7b90062c2a9b5ad1ca16efdcf8fb7885..e073b69a351ccacba909187729c1c29a11e4bf2c 100644 (file)
@@ -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("&lt;"), wxT("<"), TRUE);