Changeset 27852 in osm for applications/editors/josm/plugins/addrinterpolation
- Timestamp:
- 2012-02-18T13:40:52+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/addrinterpolation
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/addrinterpolation/build.xml
r27834 r27852 23 23 <project name="AddrInterpolation" default="dist" basedir="."> 24 24 <property name="commit.message" value="Impoved Icon"/> 25 <property name="plugin.main.version" value="49 28"/>25 <property name="plugin.main.version" value="4980"/> 26 26 <!-- 27 27 ************************************************ -
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.