Index: applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/DownloadParentsAction.java
===================================================================
--- applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/DownloadParentsAction.java	(revision 30263)
+++ applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/DownloadParentsAction.java	(revision 30264)
@@ -33,5 +33,5 @@
     public DownloadParentsAction( ChosenRelation rel ) {
         super(tr("Download referrers"));
-        putValue(SMALL_ICON, ImageProvider.get("downloadreferrers"));
+        putValue(SMALL_ICON, ImageProvider.get("download"));
         putValue(SHORT_DESCRIPTION, tr("Download referrers for the chosen relation and its members."));
         this.rel = rel;
