diff --git typo3/sysext/rtehtmlarea/ext_tables.php b/typo3/sysext/rtehtmlarea/ext_tables.php index b92c1ef..6ebfac3 100644 --- typo3/sysext/rtehtmlarea/ext_tables.php +++ typo3/sysext/rtehtmlarea/ext_tables.php @@ -17,7 +17,7 @@ if (!defined ('TYPO3_MODE')) die ('Access denied.'); 'endtime' => 'endtime', ), 'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY).'tca.php', - 'iconfile' => t3lib_extMgm::extRelPath($_EXTKEY).'htmlarea/skins/default/images/Acronym/ed_acronym.gif', + 'iconfile' => t3lib_extMgm::extRelPath($_EXTKEY).'extensions/Acronym/skin/images/acronym.gif', ) );