Skip to content

Commit

Permalink
Fixes #10: Missing icon for the context menu in built version
Browse files Browse the repository at this point in the history
  • Loading branch information
aldatsa committed Jul 22, 2016
1 parent d3f0e40 commit 2e17988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html5audio/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ CKEDITOR.plugins.add( 'html5audio', {
editor.addMenuGroup( 'html5audioGroup' );
editor.addMenuItem( 'html5audioPropertiesItem', {
label: editor.lang.html5audio.audioProperties,
icon: this.path + 'icons/html5audio.png',
icon: 'html5audio',
command: 'html5audio',
group: 'html5audioGroup'
});
Expand Down

0 comments on commit 2e17988

Please sign in to comment.