Changeset 27803 in osm for applications/editors/josm/plugins/waydownloader/src
- Timestamp:
- 2012-02-16T20:34:40+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.