includes/clientside/tinymce/plugins/searchreplace/editor_plugin_src.js
changeset 543 dffcbfbc4e59
parent 459 31c23016ab62
--- 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'}),