Ignore:
Timestamp:
2018-01-04T16:10:18+01:00 (6 years ago)
Author:
stoecker
Message:

see #15734 - allow shortcut parsing

File:
1 edited

Legend:

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

    r12718 r13278  
    5151        MainApplication.undoRedo.addCommandQueueListener(this);
    5252        enableArrow();
    53         shortcut = Shortcut.registerShortcut(
    54             "relationeditor:editrecentrelation",
    55             tr("Relation Editor: {0}", tr("Open recent relation")),
    56             KeyEvent.VK_ESCAPE,
    57             Shortcut.SHIFT
    58         );
     53        shortcut = Shortcut.registerShortcut("relationeditor:editrecentrelation",
     54            tr("Relation Editor: {0}", tr("Open recent relation")), KeyEvent.VK_ESCAPE, Shortcut.SHIFT);
    5955        launchAction = new LaunchEditorAction();
    6056        MainApplication.registerActionShortcut(launchAction, shortcut);
Note: See TracChangeset for help on using the changeset viewer.