Index: /FCKeditor/trunk/editor/dialog/fck_paste.html
===================================================================
--- /FCKeditor/trunk/editor/dialog/fck_paste.html	(revision 1434)
+++ /FCKeditor/trunk/editor/dialog/fck_paste.html	(revision 1435)
@@ -42,5 +42,5 @@
 	oEditor.FCKLanguageManager.TranslatePage(document) ;
 
-	var sPastingType = window.parent.args.CustomValue ;
+	var sPastingType = window.parent.Args().CustomValue ;
 
 	if ( sPastingType == 'Word' || sPastingType == 'Security' )
@@ -103,5 +103,5 @@
 	var sHtml ;
 
-	var sPastingType = window.parent.args.CustomValue ;
+	var sPastingType = window.parent.Args().CustomValue ;
 
 	if ( sPastingType == 'Word' || sPastingType == 'Security' )
