Skip to content

Commit

Permalink
Fixed file extension for tinymce plugin icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjstankus committed Aug 8, 2008
1 parent 42daa48 commit 061673a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
ed.addButton('<%= singular_name %>', {
title : '<%= singular_name %>.desc',
cmd : 'mce<%= model_class_name %>',
image : url + '/img/<%= singular_name %>.gif'
image : url + '/img/<%= singular_name %>.png'
});

// Add a node change handler, selects the button in the UI when a image is selected
Expand Down

0 comments on commit 061673a

Please sign in to comment.