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
This commit is contained in:
Stefan Csomor 2009-03-23 17:45:21 +00:00
parent 62e54750de
commit c2a4e85cb5

View File

@ -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;
}