From afbec1b9cdceb982e43df7539a8f39289599257f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 6 Aug 2014 23:01:18 +0000 Subject: [PATCH] Don't document wxFileType::GetIcon() as unimplemented under OS X. It is implemented and supposed to work. See #4562. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/mimetype.h | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/interface/wx/mimetype.h b/interface/wx/mimetype.h index 79c9c713cb..7fafbf0f87 100644 --- a/interface/wx/mimetype.h +++ b/interface/wx/mimetype.h @@ -323,16 +323,12 @@ public: /** If the function returns @true, the @c iconLoc is filled with the location of the icon for this MIME type. + A wxIcon may be created from @a iconLoc later. - @b Windows: The function returns the icon shown by Explorer for the files of - the specified type. - - @b Mac: This function is not implemented and always returns @false. - - @b Unix: MIME manager gathers information about icons from GNOME - and KDE settings and thus GetIcon's success depends on availability - of these desktop environments. + \note Under Unix MIME manager gathers information about icons from + GNOME and KDE settings and thus GetIcon's success depends on + availability of these desktop environments. */ bool GetIcon(wxIconLocation* iconLoc) const;