includes/clientside/tinymce/plugins/searchreplace/editor_plugin_src.js
changeset 459 31c23016ab62
parent 395 fa4c5ecb7c9a
child 543 dffcbfbc4e59
--- a/includes/clientside/tinymce/plugins/searchreplace/editor_plugin_src.js	Fri Feb 22 12:51:53 2008 -0500
+++ b/includes/clientside/tinymce/plugins/searchreplace/editor_plugin_src.js	Sun Feb 24 12:50:52 2008 -0500
@@ -1,5 +1,5 @@
 /**
- * $Id: editor_plugin_src.js 520 2008-01-07 16:30:32Z spocke $
+ * $Id: editor_plugin_src.js 591 2008-02-12 17:32:21Z spocke $
  *
  * @author Moxiecode
  * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.
@@ -11,7 +11,7 @@
 			function open(m) {
 				ed.windowManager.open({
 					file : url + '/searchreplace.htm',
-					width : 400 + parseInt(ed.getLang('searchreplace.delta_width', 0)),
+					width : 420 + parseInt(ed.getLang('searchreplace.delta_width', 0)),
 					height : 160 + parseInt(ed.getLang('searchreplace.delta_height', 0)),
 					inline : 1
 				}, {