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

fix shortcut deprecation

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

Legend:

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

    r27837 r27852  
    3232    <property name="commit.message" value="Commit message"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4928"/>
     34    <property name="plugin.main.version" value="4980"/>
    3535    <!--
    3636      ************************************************
  • applications/editors/josm/plugins/conflation/src/org/openstreetmap/josm/plugins/conflation/ConflationAction.java

    r27837 r27852  
    2121        super(tr("Conflation"), "conflation", tr("Conflation tool for merging data"),
    2222                Shortcut.registerShortcut("tool:conflation", tr("Tool: {0}", tr("Conflation")),
    23                 KeyEvent.VK_A, Shortcut.GROUP_MENU+Shortcut.GROUPS_ALT1), true);
     23                KeyEvent.VK_A, Shortcut.CTRL_SHIFT), true);
    2424        //setEnabled(false);
    2525        //DataSet.selListeners.add(this);
Note: See TracChangeset for help on using the changeset viewer.