}
else if ( filename == wxT("wxICON_DELETE") )
{
- theId = kTrashIcon ;
+ theId = kToolbarDeleteIcon ;
}
else if ( filename == wxT("wxICON_GO_BACK") )
{
}
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") )
{
{
theId = kGenericDocumentIcon ;
}
- else if ( filename == wxT("wxICON_PRINT") )
- {
- theId = kPrintMonitorFolderIcon ;
- }
else
{
IconRef iconRef = NULL ;