Ignore:
Timestamp:
2010-12-17T19:25:55+01:00 (15 years ago)
Author:
bastik
Message:

'fix'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/SelectWayNodesAction.java ΒΆ

    r24791 r24792  
    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_MENU, Shortcut.SHIFT_DEFAULT),
     49                Shortcut.registerShortcut("tools:selectwaynodes", tr("Tool: {0}", tr("Select Way Nodes")), KeyEvent.VK_N, Shortcut.GROUP_MENU, Shortcut.SHIFT_DEFAULT), true);
    5050        putValue("help", ht("/Action/SelectWayNodes"));
    5151    }
Note: See TracChangeset for help on using the changeset viewer.