Ignore:
Timestamp:
2012-02-18T13:40:52+01:00 (13 years ago)
Author:
stoecker
Message:

fix shortcut deprecation

Location:
applications/editors/josm/plugins/FixAddresses
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/FixAddresses/build.xml

    r27824 r27852  
    9696                <attribute name="de_Plugin-Description" value="Findet ungültige Addressen und bietet Unterstützung zur deren Korrektur."/>
    9797                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/FixAddresses"/>
    98                 <attribute name="Plugin-Mainversion" value="4549"/>
     98                <attribute name="Plugin-Mainversion" value="4980"/>
    9999                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    100100                <attribute name="Plugin-Icon" value="images/fixaddresses.png"/>
  • applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/FixUnresolvedStreetsAction.java

    r27825 r27852  
    3131                                tr("Find and fix addresses without (valid) streets."),
    3232                                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);
    3434
    3535                setEnabled(false);
Note: See TracChangeset for help on using the changeset viewer.