Thomas Bruederli
2013-01-09 44e3bf1e2c18d0fae066e6c4e9a19a4c9bee12aa
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)),