Changeset 25696 in osm for applications/editors/josm/plugins/relcontext/src/relcontext/actions
- Timestamp:
- 2011-03-24T21:30:57+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/relcontext/src/relcontext/actions/DeleteChosenRelationAction.java
r25695 r25696 15 15 16 16 public DeleteChosenRelationAction( ChosenRelation rel ) { 17 super(tr("Delete the chosenrelation"));17 super(tr("Delete relation")); 18 18 putValue(SMALL_ICON, ImageProvider.get("dialogs", "delete")); 19 19 this.rel = rel;
Note:
See TracChangeset
for help on using the changeset viewer.