Index: typo3/sysext/cms/tbl_cms.php =================================================================== --- typo3/sysext/cms/tbl_cms.php (revision 10290) +++ typo3/sysext/cms/tbl_cms.php (working copy) @@ -696,11 +696,8 @@ 'label' => 'LLL:EXT:lang/locallang_general.xml:LGL.language', 'config' => array( 'type' => 'select', - 'foreign_table' => 'sys_language', - 'foreign_table_where' => 'ORDER BY sys_language.title', - 'items' => array( - array('LLL:EXT:lang/locallang_general.xml:LGL.default_value',0) - ) + 'icons' => 'special', + 'special' => 'languages', ) ), 'tx_impexp_origuid' => array('config'=>array('type'=>'passthrough')),