Changeset 14397 in josm for trunk/src/org/openstreetmap/josm/actions/CombineWayAction.java
- Timestamp:
- 2018-11-01T22:57:33+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/CombineWayAction.java
r14256 r14397 57 57 super(tr("Combine Way"), "combineway", tr("Combine several ways into one."), 58 58 Shortcut.registerShortcut("tools:combineway", tr("Tool: {0}", tr("Combine Way")), KeyEvent.VK_C, Shortcut.DIRECT), true); 59 putValue("help",ht("/Action/CombineWay"));59 setHelpId(ht("/Action/CombineWay")); 60 60 } 61 61
Note:
See TracChangeset
for help on using the changeset viewer.
