Ignore:
Timestamp:
2012-06-01T09:17:57+02:00 (14 years ago)
Author:
stoecker
Message:

fix #josm7744, add image

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/mirrored_download/src/mirrored_download/MirroredDownloadAction.java

    r28290 r28418  
    4141
    4242    public MirroredDownloadAction() {
    43         super(tr("Download from OSM mirror..."), (String)null, tr("Download map data from the OSM server."),
     43        super(tr("Download from OSM mirror..."), "download_mirror", tr("Download map data from the OSM server."),
    4444                Shortcut.registerShortcut("mirror:download", tr("File: {0}", tr("Download from OSM mirror...")), KeyEvent.VK_DOWN, Shortcut.ALT_SHIFT),
    4545                true, "mirroreddownload/download", true);
Note: See TracChangeset for help on using the changeset viewer.