X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=plugins%2Fabout%2Fdialogs%2Fabout.js;h=ee5473a0cede4f8e0c032ff7ae1f6061732c7652;hb=dc5b273b4cbd7e7d0167499e7649867ba2a5b408;hp=da32281d8b59af19c653735aac533be1b6e95940;hpb=1f91409c05f689832bd6dfbbb5161b6d18c3b50c;p=ckeditor.git diff --git a/plugins/about/dialogs/about.js b/plugins/about/dialogs/about.js index da32281..ee5473a 100644 --- a/plugins/about/dialogs/about.js +++ b/plugins/about/dialogs/about.js @@ -2,6 +2,6 @@ Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ -CKEDITOR.dialog.add("about",function(a){var a=a.lang.about,b=CKEDITOR.plugins.get("about").path+"dialogs/"+(CKEDITOR.env.hidpi?"hidpi/":"")+"logo_ckeditor.png";return{title:CKEDITOR.env.ie?a.dlgTitle:a.title,minWidth:390,minHeight:230,contents:[{id:"tab1",label:"",title:"",expand:!0,padding:0,elements:[{type:"html",html:'

CKEditor '+CKEDITOR.version+" (revision "+CKEDITOR.revision+')
http://ckeditor.com

'+a.help.replace("$1",''+ a.userGuide+"")+"

"+a.moreInfo+'
http://ckeditor.com/about/license

'+a.copy.replace("$1",'CKSource - Frederico Knabben')+"

"}]}],buttons:[CKEDITOR.dialog.cancelButton]}}); \ No newline at end of file