X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Ffind%2Fplugin.js;h=2e9cda80555e645fd487d6494020f532b5a0ad62;hb=2f22c0c38f17e75be5541089076885442aaa2377;hp=148d08b84ed6608e332e52a979c8df755807b3f8;hpb=48b1db88210b4160dce439c6e3e32e14af8c106b;p=ckeditor.git diff --git a/_source/plugins/find/plugin.js b/_source/plugins/find/plugin.js index 148d08b..2e9cda8 100644 --- a/_source/plugins/find/plugin.js +++ b/_source/plugins/find/plugin.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -15,6 +15,7 @@ CKEDITOR.plugins.add( 'find', }); var findCommand = editor.addCommand( 'find', new CKEDITOR.dialogCommand( 'find' ) ); findCommand.canUndo = false; + findCommand.readOnly = 1; editor.ui.addButton( 'Replace', {