]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/icon.cpp
switching a few icons, removing OS9 folder icons
[wxWidgets.git] / src / osx / carbon / icon.cpp
index 704608f33ed209b70c0848f2788a04907daa9892..af4c06aa0a786bc7b9f06eb9670c10ae0607883e 100644 (file)
@@ -221,7 +221,7 @@ bool wxIcon::LoadFile(
         }
         else if ( filename == wxT("wxICON_DELETE") )
         {
-            theId = kTrashIcon ;
+            theId = kToolbarDeleteIcon ;
         }
         else if ( filename == wxT("wxICON_GO_BACK") )
         {
@@ -233,11 +233,7 @@ bool wxIcon::LoadFile(
         }
         else if ( filename == wxT("wxICON_GO_HOME") )
         {
-            theId = kUserFolderIcon ;
-        }
-        else if ( filename == wxT("wxICON_HELP_FOLDER") )
-        {
-            theId = kHelpFolderIcon ;
+            theId = kToolbarHomeIcon ;
         }
         else if ( filename == wxT("wxICON_HELP_SETTINGS") )
         {
@@ -247,10 +243,6 @@ bool wxIcon::LoadFile(
         {
             theId = kGenericDocumentIcon ;
         }
-        else if ( filename == wxT("wxICON_PRINT") )
-        {
-            theId = kPrintMonitorFolderIcon ;
-        }
         else
         {
             IconRef iconRef = NULL ;