Changeset 27694 in osm for applications/editors/josm/plugins/mirrored_download/src
- Timestamp:
- 2012-02-02T20:11:10+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mirrored_download/src/mirrored_download/DownloadAction2.java
r27691 r27694 28 28 public class DownloadAction2 extends JosmAction { 29 29 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."), 31 31 Shortcut.registerShortcut("mirror:download", tr("File: {0}", tr("Download from OSM mirror...")), KeyEvent.VK_D, Shortcut.GROUPS_ALT1+Shortcut.GROUP_HOTKEY), true); 32 32 putValue("help", ht("/Action/MirroredDownload"));
Note:
See TracChangeset
for help on using the changeset viewer.