]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmlcell.cpp
icon support moved to wxBitmap, allowing for fully transparent usage
[wxWidgets.git] / src / html / htmlcell.cpp
index b8330c4e10d637897ca19b6e4f43d23296399a20..910c8990acc73daa33b456bc8fca91b19ccbed85 100644 (file)
@@ -140,6 +140,8 @@ wxHtmlWordCell::wxHtmlWordCell(const wxString& word, wxDC& dc) : wxHtmlCell()
                 {
                 ESCSEQ("quot", "\""),
                 ESCSEQ("#34", "\""),
                 {
                 ESCSEQ("quot", "\""),
                 ESCSEQ("#34", "\""),
+                ESCSEQ("#8220", "\""),
+                ESCSEQ("#8221", "\""),
                 ESCSEQ("lt", "<"),
                 ESCSEQ("#60", "<"),
                 ESCSEQ("gt", ">"),
                 ESCSEQ("lt", "<"),
                 ESCSEQ("#60", "<"),
                 ESCSEQ("gt", ">"),
@@ -156,6 +158,7 @@ wxHtmlWordCell::wxHtmlWordCell(const wxString& word, wxDC& dc) : wxHtmlCell()
     
                 ESCSEQ("trade", "(TM)"),
                 ESCSEQ("#153", "(TM)"),
     
                 ESCSEQ("trade", "(TM)"),
                 ESCSEQ("#153", "(TM)"),
+                ESCSEQ("#8482", "(TM)"),
 
                 ESCSEQ("yen", "¥"),
                 ESCSEQ("#165", "¥"),
 
                 ESCSEQ("yen", "¥"),
                 ESCSEQ("#165", "¥"),