]> git.saurik.com Git - wxWidgets.git/commitdiff
switching a few icons, removing OS9 folder icons
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 23 Mar 2009 17:45:21 +0000 (17:45 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 23 Mar 2009 17:45:21 +0000 (17:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/artmac.cpp

index 44691cd6e61cfef849443c6b3b23577673ee684e..f5e459009d45b138bd43e091690e09a2369ee00b 100644 (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;
 }