Index: typo3/class.filelistfoldertree.php =================================================================== --- typo3/class.filelistfoldertree.php (revision 8165) +++ typo3/class.filelistfoldertree.php (working copy) @@ -430,7 +430,7 @@ $row['_title'] = '' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_file_list.xml:temp', true) . ''; } if ($val == '_recycler_') { - $icon = 'apps-filetree-recycler'; + $icon = 'apps-pagetree-page-recycler'; $row['title'] = $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_file_list.xml:recycler', true); $row['_title'] = '' .$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_file_list.xml:recycler', true) . ''; }