Changeset 35583 in osm for applications/editors/josm/plugins/addrinterpolation/src/org
- Timestamp:
- 2020-10-15T19:00:54+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationAction.java
r34487 r35583 21 21 public AddrInterpolationAction() { 22 22 super(tr("Address Interpolation"), "AddrInterpolation", tr("Handy Address Interpolation Functions"), 23 Shortcut.registerShortcut("tools:AddressInterpolation", tr(" Tool: {0}", tr("Address Interpolation")),23 Shortcut.registerShortcut("tools:AddressInterpolation", tr("Data: {0}", tr("Address Interpolation")), 24 24 KeyEvent.VK_Z, Shortcut.ALT_CTRL), false); 25 25 setEnabled(false);
Note:
See TracChangeset
for help on using the changeset viewer.