From: Stefan Csomor Date: Mon, 23 Mar 2009 17:45:21 +0000 (+0000) Subject: switching a few icons, removing OS9 folder icons X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c2a4e85cb58b537107c39d794cbd4f33e0f76890 switching a few icons, removing OS9 folder icons git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/artmac.cpp b/src/osx/artmac.cpp index 44691cd6e6..f5e459009d 100644 --- a/src/osx/artmac.cpp +++ b/src/osx/artmac.cpp @@ -85,10 +85,7 @@ static wxIconBundle wxMacArtProvider_CreateIconBundle(const wxArtID& id) ART_MSGBOX(wxART_GO_HOME, wxICON_GO_HOME, home) ART_MSGBOX(wxART_HELP_SETTINGS, wxICON_HELP_SETTINGS, htmoptns) - ART_MSGBOX(wxART_HELP_FOLDER, wxICON_HELP_FOLDER, htmfoldr) ART_MSGBOX(wxART_HELP_PAGE, wxICON_HELP_PAGE, htmpage) - - ART_MSGBOX(wxART_PRINT, wxICON_PRINT, print) return wxNullIconBundle; }