X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/382f12e41917abf78fb7f00d786c7ead112e4df4..73c997ba7ba115302cf1b1e75bb467e26c89d599:/interface/wx/mimetype.h diff --git a/interface/wx/mimetype.h b/interface/wx/mimetype.h index 36cea60838..dc2244c1d5 100644 --- a/interface/wx/mimetype.h +++ b/interface/wx/mimetype.h @@ -68,7 +68,7 @@ @library{wxbase} - @category{misc} + @category{cfg} @see wxFileType */ @@ -228,7 +228,7 @@ wxMimeTypesManager* wxTheMimeTypesManager; @library{wxbase} - @category{misc} + @category{data} @see wxMimeTypesManager */ @@ -340,8 +340,8 @@ public: indicate that an error occurred (typically meaning that there is no standard way to open this kind of files). */ - bool GetOpenCommand(wxString* command, MessageParameters& params); - wxString GetOpenCommand(const wxString& filename); + bool GetOpenCommand(wxString* command, const MessageParameters& params); + wxString GetOpenCommand(const wxString& filename) const; //@} /**