Index: /CKEditor/branches/features/ff_extension/content/editor.html
===================================================================
--- /CKEditor/branches/features/ff_extension/content/editor.html	(revision 5932)
+++ /CKEditor/branches/features/ff_extension/content/editor.html	(revision 5933)
@@ -5,5 +5,5 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 	<link href="editor.css" rel="stylesheet" type="text/css" />
-	<script type="text/javascript" src="./CKEditor/ckeditor_source.js"></script>
+	<script type="text/javascript" src="./ckeditor/ckeditor_source.js"></script>
 </head>
 <body>
Index: /CKEditor/branches/features/ff_extension/install.rdf
===================================================================
--- /CKEditor/branches/features/ff_extension/install.rdf	(revision 5932)
+++ /CKEditor/branches/features/ff_extension/install.rdf	(revision 5933)
@@ -10,6 +10,5 @@
 	<em:version>0.1</em:version>
 	<em:creator>Alfonso</em:creator>
-	<em:iconURL>chrome://writearea/skin/writearea.png</em:iconURL>
-	<em:optionsURL>chrome://writearea/content/options.xul</em:optionsURL>
+	<em:iconURL>chrome://mozeditor/skin/mozeditor.png</em:iconURL>
 
 	<!-- Firefox -->
Index: /CKEditor/branches/features/ff_extension/readme.txt
===================================================================
--- /CKEditor/branches/features/ff_extension/readme.txt	(revision 5932)
+++ /CKEditor/branches/features/ff_extension/readme.txt	(revision 5933)
@@ -30,4 +30,7 @@
 that provides an option to reload all the chrome.
 
+Ultimately, a solution to force Firefox to reload the extension is to remove the proxy file, start and close firefox, put it again and so 
+on next launch it will install the extension again.
+
 The CKEditor folder under content\ points to the SVN trunk, it doesn't have anything special.
 The editor.html file in content\ is loaded as an iframe in the dialog, and in fact it can be launched as a standalone page.
