Changeset 35529 in osm
- Timestamp:
- 2020-08-25T22:35:44+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/EditChosenRelationAction.java
r33530 r35529 25 25 26 26 public EditChosenRelationAction(ChosenRelation rel) { 27 putValue(SMALL_ICON, ImageProvider.get("dialogs /mappaint", "pencil"));27 putValue(SMALL_ICON, ImageProvider.get("dialogs", "edit", ImageProvider.ImageSizes.SMALLICON)); 28 28 putValue(SHORT_DESCRIPTION, tr("Open relation editor for the chosen relation")); 29 29 this.rel = rel;
Note:
See TracChangeset
for help on using the changeset viewer.