*
* @param action The action proxy (not used in this method).
*/
public void run(IAction action) {
AboutDialog dialog = new AboutDialog(_window.getShell());
dialog.open();
}
/** Handle the change of selection.
*
* @param action The action proxy (not used in this method).