Ignore:
Timestamp:
2012-02-15T21:48:37+01:00 (13 years ago)
Author:
stoecker
Message:

fix shortcut conflicts

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

Legend:

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

    r27361 r27768  
    3232    <property name="commit.message" value="Updated the constructor signature of the plugin main class"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4549"/>
     34    <property name="plugin.main.version" value="4928"/>
    3535    <property name="josm" location="../../core/dist/josm-custom.jar"/>
    3636    <property name="plugin.dist.dir" value="../../dist"/>
  • applications/editors/josm/plugins/imagewaypoint/src/org/insignificant/josm/plugins/imagewaypoint/ImageWayPointDialog.java

    r13497 r27768  
    189189        tr("Display non-geotagged photos"),
    190190        Shortcut.registerShortcut("subwindow:imagewaypoint", tr("Toggle: {0}", tr("WayPoint Image")),
    191         KeyEvent.VK_Y, Shortcut.GROUP_LAYER),
     191        KeyEvent.VK_Y, Shortcut.GROUP_LAYER+Shortcut.GROUPS_ALT1),
    192192        200);
    193193
Note: See TracChangeset for help on using the changeset viewer.