Ignore:
Timestamp:
2012-04-22T21:28:50+02:00 (12 years ago)
Author:
jttt
Message:

compilation problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/gpxfilter/src/gpxfilter/AddEGpxLayerAction.java

    r27852 r28341  
    1414
    1515    public AddEGpxLayerAction() {
    16         super(tr("Add EGPX layer"),null,tr("Add EGPX layer"),
     16        super(tr("Add EGPX layer"),(String)null,tr("Add EGPX layer"),
    1717            Shortcut.registerShortcut("gpxfilter:egpx", tr("Tool: {0}", tr("Add EGPX layer")),
    1818                 KeyEvent.VK_X, Shortcut.ALT_SHIFT),
     
    2525    }
    2626
    27     public void actionPerformed(ActionEvent arg0)  {
     27    @Override
     28        public void actionPerformed(ActionEvent arg0)  {
    2829        Main.main.addLayer(new EGpxLayer(Main.map.mapView.getRealBounds()));
    2930    }
Note: See TracChangeset for help on using the changeset viewer.