Ticket #2952: 2952.patch
File 2952.patch, 436 bytes (added by , 14 years ago) |
---|
-
_source/plugins/button/plugin.js
34 34 * @example 35 35 */ 36 36 this.label = definition.label; 37 if ( CKEDITOR.env.ie ) 38 this.label += '\ufeff'; 37 39 38 40 /** 39 41 * The button advisory title. It is usually displayed as the button tooltip.