.find(Platform.getBundle("eu.admire.workbench.pd"), new Path(
"icons/reduce_dispel_diagram.gif"), null)));
action2 = new Action() {
public void run() {
DispelRenewDiagramAction dRenewDA = new DispelRenewDiagramAction();
dRenewDA.run(action2);
}
};
action2.setText("Renew Diagram");
action2.setToolTipText("Renew Diagram");
action2.setImageDescriptor(ImageDescriptor.createFromURL(FileLocator