Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 419)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 420)
@@ -100,4 +100,6 @@
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/944">#944</a>] The _samples didn't work directly from
 			the Mac filesystem.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/946">#946</a>] Toolbar images didn't show in non-IE
+			browsers if the path contained a space.</li>
 	</ul>
 	<h3>
Index: /FCKeditor/trunk/editor/_source/classes/fckicon.js
===================================================================
--- /FCKeditor/trunk/editor/_source/classes/fckicon.js	(revision 419)
+++ /FCKeditor/trunk/editor/_source/classes/fckicon.js	(revision 420)
@@ -75,5 +75,5 @@
 			eIcon.src = FCK_SPACER_PATH ;
 			eIcon.style.backgroundPosition	= '0px ' + sPos ;
-			eIcon.style.backgroundImage		= 'url(' + this.Path + ')' ;
+			eIcon.style.backgroundImage		= 'url("' + this.Path + '")' ;
 		}
 	}
