Changeset 27852 in osm for applications/editors/josm/plugins/FixAddresses
- Timestamp:
- 2012-02-18T13:40:52+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/FixAddresses
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/FixAddresses/build.xml
r27824 r27852 96 96 <attribute name="de_Plugin-Description" value="Findet ungültige Addressen und bietet Unterstützung zur deren Korrektur."/> 97 97 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/FixAddresses"/> 98 <attribute name="Plugin-Mainversion" value="4 549"/>98 <attribute name="Plugin-Mainversion" value="4980"/> 99 99 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 100 100 <attribute name="Plugin-Icon" value="images/fixaddresses.png"/> -
applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/FixUnresolvedStreetsAction.java
r27825 r27852 31 31 tr("Find and fix addresses without (valid) streets."), 32 32 Shortcut.registerShortcut("tools:AddressEdit", tr("Tool: {0}", 33 tr("Address Edit")), KeyEvent.VK_X, Shortcut. GROUPS_ALT1+Shortcut.GROUP_MENU), false);33 tr("Address Edit")), KeyEvent.VK_X, Shortcut.CTRL_SHIFT), false); 34 34 35 35 setEnabled(false);
Note:
See TracChangeset
for help on using the changeset viewer.