Index: /FCKeditor/trunk/editor/dialog/fck_paste.html
===================================================================
--- /FCKeditor/trunk/editor/dialog/fck_paste.html	(revision 176)
+++ /FCKeditor/trunk/editor/dialog/fck_paste.html	(revision 177)
@@ -87,5 +87,5 @@
 		{
 			// If a plugin creates a FCK.CustomCleanWord function it will be called instead of the default one
-			if ( typeof( FCKTools.CustomCleanWord ) == 'function' )
+			if ( typeof( FCK.CustomCleanWord ) == 'function' )
 				sHtml = FCK.CustomCleanWord( oBody, document.getElementById('chkRemoveFont').checked, document.getElementById('chkRemoveStyles').checked ) ;
 			else
