JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.3
[ckeditor.git] / _source / plugins / find / plugin.js
index bb5051e..2e9cda8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -15,6 +15,7 @@ CKEDITOR.plugins.add( 'find',
                        });\r
                var findCommand = editor.addCommand( 'find', new CKEDITOR.dialogCommand( 'find' ) );\r
                findCommand.canUndo = false;\r
+               findCommand.readOnly = 1;\r
 \r
                editor.ui.addButton( 'Replace',\r
                        {\r