2
if you are talking about the one in xoopseditor package:
FCKeditor/editor_registry.php
return $config = array(
//"name" => "FCKeditor",
"class" => "XoopsFormFckeditor",
"file" => $root_path."/formfckeditor.php",
"title" => _XOOPS_EDITOR_FCKEDITOR,
"order" => 0
);