Changeset 27841 in osm for applications/editors/josm/plugins/utilsplugin2
- Timestamp:
- 2012-02-17T19:48:08+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/selection/IntersectedWaysRecursiveAction.java
r27761 r27841 25 25 super(tr("All intersecting ways"), "intwayall", tr("Select all intersecting ways"), 26 26 Shortcut.registerShortcut("tools:intwayall", tr("Tool: {0}","All intersecting ways"), 27 KeyEvent.VK_ I, Shortcut.GROUPS_ALT2+Shortcut.GROUP_MENU), true);27 KeyEvent.VK_MULTIPLY, Shortcut.GROUP_MENU), true); 28 28 putValue("help", ht("/Action/SelectAllIntersectingWays")); 29 29
Note:
See TracChangeset
for help on using the changeset viewer.