Changeset 27803 in osm for applications/editors/josm/plugins/waydownloader
- Timestamp:
- 2012-02-16T20:34:40+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/waydownloader
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/waydownloader/build.xml
r27019 r27803 26 26 --> 27 27 <property name="commit.message" value="Changed the constructor signature of the plugin main class"/> 28 <property name="plugin.main.version" value="4 549"/>28 <property name="plugin.main.version" value="4928"/> 29 29 <!-- 30 30 ************************************************ -
applications/editors/josm/plugins/waydownloader/src/org/openstreetmap/josm/plugins/waydownloader/WayDownloaderPlugin.java
r26509 r27803 57 57 "way-download", 58 58 tr("Download map data on the end of selected way"), 59 Shortcut.registerShortcut("waydownloader:waydownload", tr("Way Download"), KeyEvent.VK_W, Shortcut.GROUP_MENU ,Shortcut.SHIFT_DEFAULT),59 Shortcut.registerShortcut("waydownloader:waydownload", tr("Way Download"), KeyEvent.VK_W, Shortcut.GROUP_MENU+Shortcut.GROUPS_ALT1), 60 60 true); 61 61 }
Note:
See TracChangeset
for help on using the changeset viewer.