public EditLdifAttributeAction( LdifEditor editor )
{
super( "Edit Attribute Description", editor );
super.setActionDefinitionId( BrowserUIConstants.ACTION_ID_EDIT_ATTRIBUTE_DESCRIPTION );
manager = new ValueEditorManager( editor.getSite().getShell() );
}