Changeset 27852 in osm for applications/editors/josm/plugins/addrinterpolation/src/org
- Timestamp:
- 2012-02-18T13:40:52+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationAction.java
r27834 r27852 25 25 super(tr("Address Interpolation"), "AddrInterpolation", tr("Handy Address Interpolation Functions"), 26 26 Shortcut.registerShortcut("tools:AddressInterpolation", tr("Tool: {0}", tr("Address Interpolation")), 27 KeyEvent.VK_Z, Shortcut. GROUP_MENU+Shortcut.GROUPS_ALT2), false);27 KeyEvent.VK_Z, Shortcut.ALT_CTRL), false); 28 28 setEnabled(false); 29 29 DataSet.addSelectionListener(this);
Note:
See TracChangeset
for help on using the changeset viewer.