fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-09-07 04:42 am

[dw-free] RTE uses LJ-style userhead instead of DW-style userhead

[commit: http://hg.dwscoalition.org/dw-free/rev/3e616c3509a4]

http://bugs.dwscoalition.org/show_bug.cgi?id=3893

Userhead in the RTE is now DW-flavored.

Patch by [personal profile] sophie.

Files modified:
  • htdocs/stc/fck/editor/plugins/livejournal/dwuser.png
  • htdocs/stc/fck/editor/plugins/livejournal/fckplugin.js
--------------------------------------------------------------------------------
diff -r 4609a707d14a -r 3e616c3509a4 htdocs/stc/fck/editor/plugins/livejournal/dwuser.png
Binary file htdocs/stc/fck/editor/plugins/livejournal/dwuser.png has changed
diff -r 4609a707d14a -r 3e616c3509a4 htdocs/stc/fck/editor/plugins/livejournal/fckplugin.js
--- a/htdocs/stc/fck/editor/plugins/livejournal/fckplugin.js	Tue Sep 06 21:20:54 2011 +0800
+++ b/htdocs/stc/fck/editor/plugins/livejournal/fckplugin.js	Wed Sep 07 12:42:28 2011 +0800
@@ -176,7 +176,7 @@
 
 // Create the toolbar button.
 var oLJUserLink = new FCKToolbarButton('LJUserLink', window.parent.FCKLang.LJUser);
-oLJUserLink.IconPath = FCKConfig.PluginsPath + 'livejournal/ljuser.gif' ;
+oLJUserLink.IconPath = FCKConfig.PluginsPath + 'livejournal/dwuser.png' ;
 
 // Register the button to use in the config
 FCKToolbarItems.RegisterItem('LJUserLink', oLJUserLink) ;
--------------------------------------------------------------------------------