Ignore:
Timestamp:
2010-06-27T23:16:34+02:00 (14 years ago)
Author:
bastik
Message:

update to josm latest

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/public_transport/src/public_transport/WaypointsNameCommand.java

    r20867 r22048  
    88import java.util.Collection;
    99import java.util.Vector;
    10 import javax.swing.tree.DefaultMutableTreeNode;
    11 import javax.swing.tree.MutableTreeNode;
     10import javax.swing.JLabel;
    1211
    1312public class WaypointsNameCommand extends Command
     
    8180  }
    8281 
    83   public MutableTreeNode description()
     82  @Override public JLabel getDescription()
    8483  {
    85     return new DefaultMutableTreeNode("public_transport.Waypoints.EditName");
     84    return new JLabel("public_transport.Waypoints.EditName");
    8685  }
    8786};
Note: See TracChangeset for help on using the changeset viewer.