Ticket #6909: 6909.patch

File 6909.patch, 922 bytes (added by Garry Yao, 13 years ago)
  • _source/plugins/uicolor/plugin.js

     
    1818                        {
    1919                                label : editor.lang.uicolor.title,
    2020                                command : 'uicolor',
    21                                 icon : this.path + 'uicolor.gif'
     21                                icon : this.path + 'uicolor.png'
    2222                        });
    2323                CKEDITOR.dialog.add( 'uicolor', this.path + 'dialogs/uicolor.js' );
    2424
  • _source/plugins/placeholder/plugin.js

     
    2626                        {
    2727                                label : lang.toolbar,
    2828                                command :'createplaceholder',
    29                                 icon : this.path + 'placeholder.gif'
     29                                icon : this.path + 'placeholder.png'
    3030                        });
    3131
    3232                        if ( editor.addMenuItems )
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy