Changeset 27852 in osm for applications/editors/josm/plugins/download_along
- Timestamp:
- 2012-02-18T13:40:52+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
r27832 r27852 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="49 28"/>34 <property name="plugin.main.version" value="4980"/> 35 35 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/download_along/src/org/openstreetmap/josm/plugin/download_along/DownloadAlong.java
r27832 r27852 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 Shortcut.GROUPS_ALT2), true); 58 tr("Download Along")), KeyEvent.VK_D, Shortcut.ALT_SHIFT), true); 60 59 } 61 60
Note:
See TracChangeset
for help on using the changeset viewer.