X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..f260c476e46c2b1a5e192133707a137db010908e:/include/wx/html/htmlfilt.h?ds=sidebyside diff --git a/include/wx/html/htmlfilt.h b/include/wx/html/htmlfilt.h index 527368ee30..83f10d3f88 100644 --- a/include/wx/html/htmlfilt.h +++ b/include/wx/html/htmlfilt.h @@ -4,7 +4,7 @@ // Author: Vaclav Slavik // RCS-ID: $Id$ // Copyright: (c) 1999 Vaclav Slavik -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -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.