Changeset 25682 in osm for applications/editors/josm/plugins/relcontext/src/relcontext/actions/FindRelationAction.java
- Timestamp:
- 2011-03-23T23:13:50+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/relcontext/src/relcontext/actions/FindRelationAction.java
r25677 r25682 26 26 27 27 public FindRelationAction( ChosenRelation chRel ) { 28 super(" ?", null, "Find a relation", null, false);28 super("Find", "relcontext/find", "Find a relation", null, false); 29 29 this.chRel = chRel; 30 30 }
Note:
See TracChangeset
for help on using the changeset viewer.