diff -r c433348f3628 -r 31c23016ab62 includes/clientside/tinymce/plugins/searchreplace/editor_plugin_src.js --- 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 }, {