Correct minor typo in wxMimeTypesManager documentation.
See #16744. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -92,7 +92,7 @@ public:
|
|||||||
@a wildcard is '*'. Note that the '*' wildcard is not allowed in
|
@a wildcard is '*'. Note that the '*' wildcard is not allowed in
|
||||||
@a mimeType itself.
|
@a mimeType itself.
|
||||||
|
|
||||||
The comparison don by this function is case insensitive so it is not
|
The comparison done by this function is case insensitive so it is not
|
||||||
necessary to convert the strings to the same case before calling it.
|
necessary to convert the strings to the same case before calling it.
|
||||||
*/
|
*/
|
||||||
static bool IsOfType(const wxString& mimeType, const wxString& wildcard);
|
static bool IsOfType(const wxString& mimeType, const wxString& wildcard);
|
||||||
|
Reference in New Issue
Block a user