Ignore:
Timestamp:
2012-02-15T22:08:55+01:00 (12 years ago)
Author:
stoecker
Message:

fix some shortcut deprecations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/SimplifyWayAction.java

    r4869 r4943  
    3535    public SimplifyWayAction() {
    3636        super(tr("Simplify Way"), "simplify", tr("Delete unnecessary nodes from a way."), Shortcut.registerShortcut("tools:simplify", tr("Tool: {0}", tr("Simplify Way")),
    37                 KeyEvent.VK_Y, Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT), true);
     37                KeyEvent.VK_Y, Shortcut.GROUP_EDIT+Shortcut.GROUPS_ALT1), true);
    3838        putValue("help", ht("/Action/SimplifyWay"));
    3939    }
Note: See TracChangeset for help on using the changeset viewer.