JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.2.2
[ckeditor.git] / _source / plugins / scayt / dialogs / options.js
index c68b8cf..f745d82 100644 (file)
@@ -243,9 +243,9 @@ CKEDITOR.dialog.add( 'scaytcheck', function( editor )
                        }\r
                }\r
 \r
-               var about = '<p>' + captions[ 'about_throwt_image' ] + '</p>'+\r
-                                       '<p>' + captions[ 'version' ]  + dialog.data.scayt.version.toString() + '</p>' +\r
-                                       '<p>' + captions[ 'about_throwt_copy' ] + '</p>';\r
+               var about = '<p><img src="' + window.scayt.getAboutInfo().logoURL + '" /></p>' +\r
+                               '<p>' + captions[ 'version' ] + window.scayt.getAboutInfo().version.toString() + '</p>' +\r
+                               '<p>' + captions[ 'about_throwt_copy' ] + '</p>';\r
 \r
                doc.getById( 'scayt_about' ).setHtml( about );\r
 \r