Index: editor/dialog/fck_paste.html
===================================================================
--- editor/dialog/fck_paste.html	(revision 1395)
+++ editor/dialog/fck_paste.html	(working copy)
@@ -41,7 +41,7 @@
 	// First of all, translate the dialog box texts
 	oEditor.FCKLanguageManager.TranslatePage(document) ;
 
-	var sPastingType = window.parent.args.CustomValue ;
+	var sPastingType = window.parent.Args().CustomValue ;
 
 	if ( sPastingType == 'Word' || sPastingType == 'Security' )
 	{
@@ -102,7 +102,7 @@
 
 	var sHtml ;
 
-	var sPastingType = window.parent.args.CustomValue ;
+	var sPastingType = window.parent.Args().CustomValue ;
 
 	if ( sPastingType == 'Word' || sPastingType == 'Security' )
 	{
