Ignore:
Timestamp:
2012-02-15T19:01:41+01:00 (14 years ago)
Author:
akks
Message:

'Utilsplugin2: fixing shortcut deprecation'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/selection/SelectModNodesAction.java

    r26494 r27761  
    2828                tr("Select last modified nodes"),
    2929                Shortcut.registerShortcut("tools:selmodnodes", tr("Tool: {0}","Select last modified nodes"),
    30                 KeyEvent.VK_Z,  Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT ), true);
     30                KeyEvent.VK_Z, Shortcut.GROUPS_ALT1+Shortcut.GROUP_EDIT), true);
    3131        putValue("help", ht("/Action/SelectLastModifiedNodes"));
    3232    }
Note: See TracChangeset for help on using the changeset viewer.