@Override
public IInformationControl doCreateInformationControl(
Shell parent) {
if (BrowserInformationControl.isAvailable(parent))
return new BrowserInformationControl(parent,
JFaceResources.DIALOG_FONT, true);
else
return new DefaultInformationControl(parent,
new HTMLTextPresenter(false));
}