null,
title,
String.format(Messages.Message_Result, EclipastiePlugin.PLUGINNAME)
);
browser.openURL(targetURL);
} catch (PartInitException e) {
e.printStackTrace();
String pluginID = EclipastiePlugin.PLUGINNAME;
IStatus status = new Status(IStatus.ERROR, pluginID, String.format(Messages.Message_ErrorReported, e.getLocalizedMessage()));
ErrorDialog.openError(window.getShell(),