]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/html/htmltag.h
Must clear property selection in wxPGProperty::SetChoices() or risk a crash
[wxWidgets.git] / interface / wx / html / htmltag.h
index 10136ab2023a3b9f67b631472282e1ad38677ab5..3745c06d8be9bd6f264ca596613fd92ebef3ae63 100644 (file)
@@ -73,7 +73,7 @@ public:
 
     /**
         Returns tag's name. The name is always in uppercase and it doesn't contain
-        " or '/' characters. (So the name of \<FONT SIZE=+2\> tag is "FONT"
+        &quot; or '/' characters. (So the name of \<FONT SIZE=+2\> tag is "FONT"
         and name of \</table\> is "TABLE").
     */
     wxString GetName() const;