diff --git a/plugin_reg.php b/plugin_reg.php index 32f882156fe3c62acadebd6f5d122d7d6180c6ac..d3138397c236649bb8706bf16aba2ba459437897 100644 --- a/plugin_reg.php +++ b/plugin_reg.php @@ -34,7 +34,7 @@ $plugins['advlink']['extended_valid_elements'] = array('a[name|href|target|title $plugins['default'] = array(); $plugins['default']['theme_advanced_buttons1'] = array('bold', 'italic', 'underline', 'strikethrough', 'justifyleft', 'justifycenter', 'justifyright', 'justifyfull', 'bullist', 'numlist', 'outdent', 'indent', 'undo', 'redo', 'link', 'unlink', 'anchor'); $plugins['default']['theme_advanced_buttons2'] = array('image', 'cleanup', 'forecolor', 'backcolor', 'sup', 'sub', 'code', 'hr'); -$plugins['default']['theme_advanced_buttons2'] = array('cut', 'copy', 'paste', 'visualaid', 'removeformat', 'charmap', 'help'); +$plugins['default']['theme_advanced_buttons3'] = array('cut', 'copy', 'paste', 'visualaid', 'removeformat', 'charmap', 'help'); $plugins['contextmenu'] = array();