X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Ffind%2Fplugin.js;h=721fb5ec18ac4f95f875fb66164df0fb7b82d2a2;hb=4e70ea24db840898be8cc21c950363a52a2a6aba;hp=bb5051ee81c38c56609a1a5e4374baf89aea564f;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/plugins/find/plugin.js b/_source/plugins/find/plugin.js index bb5051e..721fb5e 100644 --- a/_source/plugins/find/plugin.js +++ b/_source/plugins/find/plugin.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2011, 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', {