else
{
pop.addSeparator();
}
pop.add(new JaspiraMenuItem(new JaspiraAction(ToolBoxPlugin.this, "toolbox.changename")
{
public void actionPerformed(ActionEvent e)
{
String msg = getActionResource().getRequiredString("toolbox.dialog.changename.text");
String s = JOptionPane.showInputDialog(null, msg);