Changeset 24791 in osm for applications


Ignore:
Timestamp:
2010-12-17T19:23:14+01:00 (14 years ago)
Author:
bastik
Message:

'change shortcut'

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

Legend:

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

    r24789 r24791  
    3131
    3232    <!-- enter the SVN commit message -->
    33     <property name="commit.message" value="forgot icon (see #j5745)" />
     33    <property name="commit.message" value="change shortcut" />
    3434    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    3535    <property name="plugin.main.version" value="3650" />
  • applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/SelectWayNodesAction.java

    r24789 r24791  
    4747    public SelectWayNodesAction() {
    4848        super(tr("Select Way Nodes"),"selectwaynodes" , tr("Select all nodes of a selected way."),
    49                 Shortcut.registerShortcut("tools:selectwaynodes", tr("Tool: {0}", tr("Select Way Nodes")), KeyEvent.VK_N, Shortcut.GROUP_EDIT), true);
     49                Shortcut.registerShortcut("tools:selectwaynodes", tr("Tool: {0}", tr("Select Way Nodes")), KeyEvent.VK_N, Shortcut.GROUP_MENU, Shortcut.SHIFT_DEFAULT),
    5050        putValue("help", ht("/Action/SelectWayNodes"));
    5151    }
Note: See TracChangeset for help on using the changeset viewer.