JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6
[ckeditor.git] / _source / plugins / about / plugin.js
index 9035b0c..29451c6 100644 (file)
@@ -11,6 +11,7 @@ CKEDITOR.plugins.add( 'about',
                var command = editor.addCommand( 'about', new CKEDITOR.dialogCommand( 'about' ) );\r
                command.modes = { wysiwyg:1, source:1 };\r
                command.canUndo = false;\r
+               command.readOnly = 1;\r
 \r
                editor.ui.addButton( 'About',\r
                        {\r