Changeset 27526 in osm for applications/editors/josm/plugins/download_along
- Timestamp:
- 2012-01-21T14:30:39+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/download_along/src/org/openstreetmap/josm/plugin/download_along/DownloadAlong.java
r24986 r27526 54 54 public DownloadAlongAction() { 55 55 super(tr("Download along..."), "download_along", 56 tr("Download OSM data along the selected ways."), Shortcut57 58 59 56 tr("Download OSM data along the selected ways."), 57 Shortcut.registerShortcut("tools:download_along", tr("Tool: {0}", 58 tr("Download Along")), KeyEvent.VK_D, Shortcut.GROUP_EDIT, 59 KeyEvent.SHIFT_DOWN_MASK | KeyEvent.ALT_DOWN_MASK), true); 60 60 } 61 61
Note:
See TracChangeset
for help on using the changeset viewer.