]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlfilt.h
IS_HATCH macro replaced with wxBrush::IsHatch() + source and docs little cleaning.
[wxWidgets.git] / include / wx / html / htmlfilt.h
index 2bb0943877ae48a69e5e5ae000f4c0442e08d832..83f10d3f88de58fb5df828889042fd541f4a5662 100644 (file)
@@ -38,7 +38,7 @@ public:
     wxHtmlFilter() : wxObject() {}
     virtual ~wxHtmlFilter() {}
 
-    // returns TRUE if this filter is able to open&read given file
+    // returns true if this filter is able to open&read given file
     virtual bool CanRead(const wxFSFile& file) const = 0;
 
     // Reads given file and returns HTML document.