Changeset 27526 in osm for applications/editors
- Timestamp:
- 2012-01-21T14:30:39+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 2 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 -
applications/editors/josm/plugins/michigan_left/src/MichiganLeft/MichiganLeft.java
r23193 r27526 48 48 public MichiganLeftAction() { 49 49 super(tr("Michigan Left"), "michigan_left", 50 tr("Adds no left turn for sets of 4 or 5 ways."), Shortcut51 52 53 50 tr("Adds no left turn for sets of 4 or 5 ways."), 51 Shortcut.registerShortcut("tools:michigan_left", tr("Tool: {0}", 52 tr("Michigan Left")), KeyEvent.VK_M, Shortcut.GROUP_EDIT, 53 KeyEvent.SHIFT_DOWN_MASK | KeyEvent.ALT_DOWN_MASK), true); 54 54 } 55 55
Note:
See TracChangeset
for help on using the changeset viewer.