Ignore:
Timestamp:
2012-02-18T12:53:53+01:00 (12 years ago)
Author:
stoecker
Message:

see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/ConflictDialog.java

    r4951 r4982  
    110110        super(tr("Conflict"), "conflict", tr("Resolve conflicts."),
    111111                Shortcut.registerShortcut("subwindow:conflict", tr("Toggle: {0}", tr("Conflict")),
    112                 KeyEvent.VK_C, Shortcut.GROUP_LAYER+Shortcut.GROUPS_ALT1), 100);
     112                KeyEvent.VK_C, Shortcut.ALT_SHIFT), 100);
    113113
    114114        build();
Note: See TracChangeset for help on using the changeset viewer.