Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 2050)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 2051)
@@ -117,4 +117,6 @@
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2254">#2254</a>] Minor fix in fckselection for
 			nodeName attribute detection.</li> 
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2241">#2241</a>] Fixed 404 error in floating panels
+			when FCKeditor is installed to a different domain.</li> 
 	</ul>
 	<h3>
Index: /FCKeditor/trunk/editor/_source/internals/fckdialog.js
===================================================================
--- /FCKeditor/trunk/editor/_source/internals/fckdialog.js	(revision 2050)
+++ /FCKeditor/trunk/editor/_source/internals/fckdialog.js	(revision 2051)
@@ -106,5 +106,5 @@
 			var dialog = topDocument.createElement( 'iframe' ) ;
 			FCKTools.ResetStyles( dialog ) ;
-			dialog.src = FCKConfig.BasePath + 'fckdialog.html' ;
+			dialog.src = FCKConfig.FullBasePath + 'fckdialog.html' ;
 
 			// Dummy URL for testing whether the code in fckdialog.js alone leaks memory.
