thomascube
2011-01-26 cdb8b96e31fdb71b37fe6b0fca81ef5221de7a6d
program/js/tiny_mce/plugins/paste/js/pastetext.js
@@ -19,7 +19,7 @@
         }
      }
      tinyMCEPopup.editor.execCommand('mceInsertClipboardContent', false, h);
      tinyMCEPopup.editor.execCommand('mceInsertClipboardContent', false, {content : h});
      tinyMCEPopup.close();
   },