]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmltag.h
added wxWeakRef<T> (slightly modified patch 1860953)
[wxWidgets.git] / include / wx / html / htmltag.h
index 0ed5d2a8e6d5da369c01219ec9b670ddb812f9e0..40bcf488716d3eb7b046a7ed41842cb9a7f7bba5 100644 (file)
@@ -94,8 +94,8 @@ public:
     // enclosed with "
     // Example : <P align=right> GetParam("ALIGN") returns (RIGHT)
     //           <P IMG SRC="WhaT.jpg"> GetParam("SRC") returns (WhaT.jpg)
-    //                           (or ("WhaT.jpg") if with_commas == true)
-    wxString GetParam(const wxString& par, bool with_commas = false) const;
+    //                           (or ("WhaT.jpg") if with_quotes == true)
+    wxString GetParam(const wxString& par, bool with_quotes = false) const;
 
     // Convenience functions:
     bool GetParamAsColour(const wxString& par, wxColour *clr) const;
@@ -103,7 +103,7 @@ public:
 
     // Scans param like scanf() functions family does.
     // Example : ScanParam("COLOR", "\"#%X\"", &clr);
-    // This is always with with_commas=false
+    // This is always with with_quotes=false
     // Returns number of scanned values
     // (like sscanf() does)
     // NOTE: unlike scanf family, this function only accepts