Changeset 34785 in osm for applications/editors/josm/plugins/utilsplugin2/src
- Timestamp:
- 2018-12-18T07:12:19+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/SplitOnIntersectionsAction.java
r34782 r34785 40 40 private static final String TOOL_DESC = tr("Split adjacent ways on T-intersections"); 41 41 public SplitOnIntersectionsAction() { 42 super(TITLE, "dumbutils/splitonintersections", TOOL_DESC, 43 Shortcut.registerShortcut("tools:splitonintersections", tr("Tool: {0}", TITLE), KeyEvent.VK_P, Shortcut.ALT_CTRL_SHIFT), 44 true); 42 super(TITLE, "dumbutils/splitonintersections", TOOL_DESC, 43 Shortcut.registerShortcut("tools:splitonintersections", tr("Tool: {0}", tr("Split adjacent ways")), 44 KeyEvent.VK_P, Shortcut.ALT_CTRL_SHIFT), 45 true); 45 46 } 46 47
Note:
See TracChangeset
for help on using the changeset viewer.