Thomas Bruederli
2012-09-17 8f098e8dead85b6512ac72b2d805314baec72a2f
program/js/tiny_mce/plugins/searchreplace/editor_plugin_src.js
@@ -12,6 +12,10 @@
   tinymce.create('tinymce.plugins.SearchReplacePlugin', {
      init : function(ed, url) {
         function open(m) {
            // Keep IE from writing out the f/r character to the editor
            // instance while initializing a new dialog. See: #3131190
            window.focus();
            ed.windowManager.open({
               file : url + '/searchreplace.htm',
               width : 420 + parseInt(ed.getLang('searchreplace.delta_width', 0)),