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

fix shortcut deprecation

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

Legend:

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

    r27797 r27852  
    3232    <property name="commit.message" value="Changed 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="4928"/>
     34    <property name="plugin.main.version" value="4980"/>
    3535    <!--
    3636      ************************************************
  • applications/editors/josm/plugins/michigan_left/src/MichiganLeft/MichiganLeft.java

    r27797 r27852  
    5050          tr("Adds no left turn for sets of 4 or 5 ways."),
    5151          Shortcut.registerShortcut("tools:michigan_left", tr("Tool: {0}",
    52           tr("Michigan Left")), KeyEvent.VK_N, Shortcut.GROUP_EDIT
    53           +Shortcut.GROUPS_ALT2), true);
     52          tr("Michigan Left")), KeyEvent.VK_N, Shortcut.ALT_SHIFT), true);
    5453    }
    5554
Note: See TracChangeset for help on using the changeset viewer.