Index: typo3/classes/class.shortcutmenu.php =================================================================== --- typo3/classes/class.shortcutmenu.php (Revision 7790) +++ typo3/classes/class.shortcutmenu.php (Arbeitskopie) @@ -197,7 +197,9 @@ if(count($shortcutMenu) == 1) { //no shortcuts added yet, show a small help message how to add shortcuts $title = $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:toolbarItems.shortcuts', true); - $icon = ''; + $icon = t3lib_iconWorks::getSpriteIcon('actions-system-shortcut-new', array( + 'title' => $title + )); $label = str_replace('%icon%', $icon, $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_misc.php:shortcutDescription')); $shortcutMenu[] = ''.$label.'';