Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 174)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 175)
@@ -39,4 +39,6 @@
 		<li>The new open source FCKpackager sub-project is now available. It replaces the FCKeditor.Packager
 			software to compact the editor source.</li>
+		<li>With Firefox, if a paste execution is blocked by the browser security settings,
+			the new "Paste" popup is shown to the user to complete the pasting operation. </li>
 	</ul>
 	<p>
Index: /FCKeditor/trunk/editor/_source/internals/fck_gecko.js
===================================================================
--- /FCKeditor/trunk/editor/_source/internals/fck_gecko.js	(revision 174)
+++ /FCKeditor/trunk/editor/_source/internals/fck_gecko.js	(revision 175)
@@ -110,5 +110,5 @@
 		case 'Paste' :
 			try			{ if ( FCK.Paste() ) FCK.ExecuteNamedCommand( 'Paste', null, true ) ; }
-			catch (e)	{ alert(FCKLang.PasteErrorPaste) ; }
+			catch (e)	{ FCKDialog.OpenDialog( 'FCKDialog_Paste', FCKLang.Paste, 'dialog/fck_paste.html', 400, 330, 'Security' ) ; }
 			break ;
 		case 'Cut' :
