Ticket #5672: 5672.patch

File 5672.patch, 708 bytes (added by WebSpellChecker.net, 14 years ago)

Logo url and SCAYT version are updates dinamical

  • _source/plugins/scayt/dialogs/options.js

     
    243243                        }
    244244                }
    245245
    246                 var about = '<p>' + captions[ 'about_throwt_image' ] + '</p>'+
    247                                         '<p>' + captions[ 'version' ]  + dialog.data.scayt.version.toString() + '</p>' +
     246                var about = '<p><img src="'+scayt.getAboutInfo().logoURL+'" /></p>'+
     247                                        '<p>' + captions[ 'version' ]  + scayt.getAboutInfo().version.toString() + '</p>' +
    248248                                        '<p>' + captions[ 'about_throwt_copy' ] + '</p>';
    249249
    250250                doc.getById( 'scayt_about' ).setHtml( about );
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy