X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Ffind%2Fplugin.js;h=2e9cda80555e645fd487d6494020f532b5a0ad62;hb=2f22c0c38f17e75be5541089076885442aaa2377;hp=bb5051ee81c38c56609a1a5e4374baf89aea564f;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/plugins/find/plugin.js b/_source/plugins/find/plugin.js index bb5051e..2e9cda8 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-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', {