[pLog-svn] r714 - plog/trunk/js/htmlarea

oscar at devel.plogworld.net oscar at devel.plogworld.net
Mon Jan 10 12:28:44 GMT 2005


Author: oscar
Date: 2005-01-10 12:28:44 +0000 (Mon, 10 Jan 2005)
New Revision: 714

Modified:
   plog/trunk/js/htmlarea/htmlarea-plog.js
Log:
htmlarea wasn't finding one of the icons... Thanks Jo for the fix :)


Modified: plog/trunk/js/htmlarea/htmlarea-plog.js
===================================================================
--- plog/trunk/js/htmlarea/htmlarea-plog.js	2005-01-10 12:24:39 UTC (rev 713)
+++ plog/trunk/js/htmlarea/htmlarea-plog.js	2005-01-10 12:28:44 UTC (rev 714)
@@ -16,7 +16,7 @@
 config.registerButton({
     id: "insertresource",
     tooltip: "Insert resource",
-    image: "ed_resource.gif",
+    image: "js/htmlarea/images/ed_resource.gif",
     textMode: false,
     action: insertResource});
 




More information about the pLog-svn mailing list