Changeset 27832 in osm for applications/editors/josm/plugins/download_along
- Timestamp:
- 2012-02-17T17:59:58+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/download_along
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/download_along/build.xml
r27019 r27832 32 32 <property name="commit.message" value="Changed the constructor signature of the plugin main class"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="4 549"/>34 <property name="plugin.main.version" value="4928"/> 35 35 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/download_along/src/org/openstreetmap/josm/plugin/download_along/DownloadAlong.java
r27526 r27832 56 56 tr("Download OSM data along the selected ways."), 57 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);58 tr("Download Along")), KeyEvent.VK_D, Shortcut.GROUP_EDIT+ 59 Shortcut.GROUPS_ALT2), true); 60 60 } 61 61
Note:
See TracChangeset
for help on using the changeset viewer.