Changeset 31534 in osm for applications/editors/josm/plugins
- Timestamp:
- 2015-09-01T20:56:58+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mirrored_download/src/mirrored_download/MirroredDownloadAction.java
r31294 r31534 8 8 import java.awt.GridBagConstraints; 9 9 import java.awt.event.ActionEvent; 10 import java.awt.event.KeyEvent;11 10 import java.io.UnsupportedEncodingException; 12 11 import java.net.URLEncoder; … … 34 33 import org.openstreetmap.josm.io.OsmTransferException; 35 34 import org.openstreetmap.josm.tools.GBC; 36 import org.openstreetmap.josm.tools.Shortcut;37 35 38 36 public class MirroredDownloadAction extends JosmAction { … … 43 41 public MirroredDownloadAction() { 44 42 super(tr("Download from OSM mirror..."), "download_mirror", tr("Download map data from the OSM server."), 45 Shortcut.registerShortcut("mirror:download", tr("File: {0}", tr("Download from OSM mirror...")), KeyEvent.VK_DOWN, Shortcut.ALT_SHIFT),43 null, 46 44 true, "mirroreddownload/download", true); 47 45 putValue("help", ht("/Action/MirroredDownload"));
Note:
See TracChangeset
for help on using the changeset viewer.