Commit 8297667410485719b0260fae1f7c5f5f86ea7883
1 parent
3900d7ac
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Icon changed
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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 | ... | ... |