diff -r 5841df0ab575 -r dffcbfbc4e59 includes/clientside/tinymce/plugins/searchreplace/editor_plugin_src.js --- a/includes/clientside/tinymce/plugins/searchreplace/editor_plugin_src.js Mon May 05 20:06:37 2008 -0400 +++ b/includes/clientside/tinymce/plugins/searchreplace/editor_plugin_src.js Mon May 05 20:08:44 2008 -0400 @@ -1,5 +1,5 @@ /** - * $Id: editor_plugin_src.js 591 2008-02-12 17:32:21Z spocke $ + * $Id: editor_plugin_src.js 686 2008-03-09 18:13:49Z spocke $ * * @author Moxiecode * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved. @@ -13,7 +13,8 @@ file : url + '/searchreplace.htm', width : 420 + parseInt(ed.getLang('searchreplace.delta_width', 0)), height : 160 + parseInt(ed.getLang('searchreplace.delta_height', 0)), - inline : 1 + inline : 1, + auto_focus : 0 }, { mode : m, search_string : ed.selection.getContent({format : 'text'}),