Changeset 27843 in osm for applications/editors/josm/plugins/mirrored_download
- Timestamp:
- 2012-02-17T20:08:49+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mirrored_download/src/mirrored_download/DownloadAction2.java
r27694 r27843 29 29 public DownloadAction2() { 30 30 super(tr("Download from OSM mirror..."), null, tr("Download map data from the OSM server."), 31 Shortcut.registerShortcut("mirror:download", tr("File: {0}", tr("Download from OSM mirror...")), KeyEvent.VK_D, Shortcut.GROUPS_ALT1+Shortcut.GROUP_ HOTKEY), true);31 Shortcut.registerShortcut("mirror:download", tr("File: {0}", tr("Download from OSM mirror...")), KeyEvent.VK_DOWN, Shortcut.GROUPS_ALT1+Shortcut.GROUP_DIRECT2), true); 32 32 putValue("help", ht("/Action/MirroredDownload")); 33 33 }
Note:
See TracChangeset
for help on using the changeset viewer.