Changeset 27834 in osm for applications/editors/josm/plugins/addrinterpolation/src
- Timestamp:
- 2012-02-17T18:34:30+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
r27356 r27834 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_A, Shortcut.GROUP_MENU, 28 InputEvent.ALT_DOWN_MASK | InputEvent.CTRL_DOWN_MASK), false); 27 KeyEvent.VK_Z, Shortcut.GROUP_MENU+Shortcut.GROUPS_ALT2), false); 29 28 setEnabled(false); 30 29 DataSet.addSelectionListener(this);
Note:
See TracChangeset
for help on using the changeset viewer.