Ignore:
Timestamp:
2012-02-02T20:11:10+01:00 (12 years ago)
Author:
roland
Message:

Removed toolbar action name to avoid conflict.

File:
1 edited

Legend:

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

    r27691 r27694  
    2828public class DownloadAction2 extends JosmAction {
    2929    public DownloadAction2() {
    30         super(tr("Download from OSM mirror..."), "download", tr("Download map data from the OSM server."),
     30        super(tr("Download from OSM mirror..."), null, tr("Download map data from the OSM server."),
    3131                Shortcut.registerShortcut("mirror:download", tr("File: {0}", tr("Download from OSM mirror...")), KeyEvent.VK_D, Shortcut.GROUPS_ALT1+Shortcut.GROUP_HOTKEY), true);
    3232        putValue("help", ht("/Action/MirroredDownload"));
Note: See TracChangeset for help on using the changeset viewer.