Changeset 24292 in osm for applications


Ignore:
Timestamp:
2010-11-17T12:31:42+01:00 (14 years ago)
Author:
ocroquette
Message:

PicLayer: added rename action

Location:
applications/editors/josm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/piclayer/src/org/openstreetmap/josm/plugins/piclayer/PicLayerAbstract.java

    r23190 r24292  
    4242
    4343import org.openstreetmap.josm.Main;
     44import org.openstreetmap.josm.actions.RenameLayerAction;
    4445import org.openstreetmap.josm.data.Bounds;
    4546import org.openstreetmap.josm.data.coor.EastNorth;
     
    156157                new SavePictureCalibrationAction(this),
    157158                new LoadPictureCalibrationAction(this),
     159                SeparatorLayerAction.INSTANCE,
     160                new RenameLayerAction(null,this)
    158161        };
    159162    }
Note: See TracChangeset for help on using the changeset viewer.