Commit 8297667410485719b0260fae1f7c5f5f86ea7883

Authored by Evandro Jr
1 parent 3900d7ac

Icon changed

plugins/comment_paragraph/lib/comment_paragraph_plugin/macros/allow_comment.rb
... ... @@ -7,7 +7,7 @@ class CommentParagraphPlugin::AllowComment < Noosfero::Plugin::Macro
7 7 :skip_dialog => true,
8 8 :generator => 'makeCommentable();',
9 9 :js_files => 'comment_paragraph.js',
10   - :icon_path => '/designs/icons/tango/Tango/16x16/emblems/emblem-system.png',
  10 + :icon_path => '/plugins/comment_paragraph/images/comments.gif',
11 11 :css_files => 'comment_paragraph.css' }
12 12 end
13 13  
... ...