Changeset 30264 in osm for applications/editors/josm/plugins/reltoolbox/src
- Timestamp:
- 2014-02-05T23:16:37+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/DownloadParentsAction.java
r30145 r30264 33 33 public DownloadParentsAction( ChosenRelation rel ) { 34 34 super(tr("Download referrers")); 35 putValue(SMALL_ICON, ImageProvider.get("download referrers"));35 putValue(SMALL_ICON, ImageProvider.get("download")); 36 36 putValue(SHORT_DESCRIPTION, tr("Download referrers for the chosen relation and its members.")); 37 37 this.rel = rel;
Note:
See TracChangeset
for help on using the changeset viewer.