Commit 385736d8ad7738e5761f45ed5728cac5ae0315bc
1 parent
1124e8b9
Exists in
master
Icon changed
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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 | ... | ... |