Changeset 27835 in osm for applications/editors/josm/plugins
- Timestamp:
- 2012-02-17T18:42:13+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/AddIntersectionsAction.java
r27834 r27835 29 29 public AddIntersectionsAction() { 30 30 super(tr("Add nodes at intersections"), "addintersect", tr("Add missing nodes at intersections of selected ways."), 31 Shortcut.registerShortcut("tools:addintersect", tr("Tool: {0}", tr("Add nodes at intersections")), KeyEvent.VK_ I,Shortcut.GROUPS_ALT1+Shortcut.GROUP_DIRECT3), true);31 Shortcut.registerShortcut("tools:addintersect", tr("Tool: {0}", tr("Add nodes at intersections")), KeyEvent.VK_N, Shortcut.GROUPS_ALT1+Shortcut.GROUP_DIRECT3), true); 32 32 putValue("help", ht("/Action/AddIntersections")); 33 33 }
Note:
See TracChangeset
for help on using the changeset viewer.