Changeset 27837 in osm for applications


Ignore:
Timestamp:
2012-02-17T18:45:50+01:00 (13 years ago)
Author:
stoecker
Message:

fix shortcut conflict

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

Legend:

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

    r27751 r27837  
    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="4394"/>
     34    <property name="plugin.main.version" value="4928"/>
    3535    <!--
    3636      ************************************************
  • applications/editors/josm/plugins/conflation/src/org/openstreetmap/josm/plugins/conflation/ConflationAction.java

    r26023 r27837  
    2121        super(tr("Conflation"), "conflation", tr("Conflation tool for merging data"),
    2222                Shortcut.registerShortcut("tool:conflation", tr("Tool: {0}", tr("Conflation")),
    23                 KeyEvent.VK_C, Shortcut.GROUP_MENU,
    24                 InputEvent.ALT_DOWN_MASK | InputEvent.CTRL_DOWN_MASK), true);
     23                KeyEvent.VK_A, Shortcut.GROUP_MENU+Shortcut.GROUPS_ALT1), true);
    2524        //setEnabled(false);
    2625        //DataSet.selListeners.add(this);
Note: See TracChangeset for help on using the changeset viewer.