switching a few icons, removing OS9 folder icons

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2009-03-23 17:44:58 +00:00
parent 3162be2bd9
commit 62e54750de

View File

@ -221,7 +221,7 @@ bool wxIcon::LoadFile(
} }
else if ( filename == wxT("wxICON_DELETE") ) else if ( filename == wxT("wxICON_DELETE") )
{ {
theId = kTrashIcon ; theId = kToolbarDeleteIcon ;
} }
else if ( filename == wxT("wxICON_GO_BACK") ) else if ( filename == wxT("wxICON_GO_BACK") )
{ {
@ -233,11 +233,7 @@ bool wxIcon::LoadFile(
} }
else if ( filename == wxT("wxICON_GO_HOME") ) else if ( filename == wxT("wxICON_GO_HOME") )
{ {
theId = kUserFolderIcon ; theId = kToolbarHomeIcon ;
}
else if ( filename == wxT("wxICON_HELP_FOLDER") )
{
theId = kHelpFolderIcon ;
} }
else if ( filename == wxT("wxICON_HELP_SETTINGS") ) else if ( filename == wxT("wxICON_HELP_SETTINGS") )
{ {
@ -247,10 +243,6 @@ bool wxIcon::LoadFile(
{ {
theId = kGenericDocumentIcon ; theId = kGenericDocumentIcon ;
} }
else if ( filename == wxT("wxICON_PRINT") )
{
theId = kPrintMonitorFolderIcon ;
}
else else
{ {
IconRef iconRef = NULL ; IconRef iconRef = NULL ;