Changeset 27852 in osm for applications/editors/josm/plugins/waydownloader/src/org/openstreetmap
- Timestamp:
- 2012-02-18T13:40:52+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
r27803 r27852 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.GROUPS_ALT1),59 Shortcut.registerShortcut("waydownloader:waydownload", tr("Way Download"), KeyEvent.VK_W, Shortcut.CTRL_SHIFT), 60 60 true); 61 61 }
Note:
See TracChangeset
for help on using the changeset viewer.