.toString( mrd ), SWT.WRAP );
otherMatchLink.setHref( mrd );
otherMatchLink.setLayoutData( new GridData( GridData.FILL_HORIZONTAL ) );
otherMatchLink.setUnderlined( true );
otherMatchLink.setEnabled( true );
otherMatchLink.addHyperlinkListener( this );
}
else
{
Hyperlink otherMatchLink = toolkit.createHyperlink( otherMatchClient, mrdName, SWT.WRAP );
otherMatchLink.setHref( null );