Update of /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/view
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13366/src/net/sourceforge/bprocessor/gl/view
Modified Files:
PopupMenu.java
Log Message:
Renamed Insert Net to Insert Grid
Index: PopupMenu.java
===================================================================
RCS file: /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/view/PopupMenu.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** PopupMenu.java 13 Feb 2008 08:43:08 -0000 1.17
--- PopupMenu.java 13 Feb 2008 13:18:24 -0000 1.18
***************
*** 148,155 ****
}
{
! AbstractAction action = new GeometricMenuAction(surfaces, "Insert Net...") {
public void actionPerformed(ActionEvent event) {
Surface surface = (Surface) entities.iterator().next();
! Command command = new Command.InsertNet(surface);
AttributeView.instance().display(command);
}
--- 148,155 ----
}
{
! AbstractAction action = new GeometricMenuAction(surfaces, "Insert Grid...") {
public void actionPerformed(ActionEvent event) {
Surface surface = (Surface) entities.iterator().next();
! Command command = new Command.InsertGrid(surface);
AttributeView.instance().display(command);
}
|