Changeset 13278 in josm
- Timestamp:
- 2018-01-04T16:10:18+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/relation/RecentRelationsAction.java
r12718 r13278 51 51 MainApplication.undoRedo.addCommandQueueListener(this); 52 52 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); 59 55 launchAction = new LaunchEditorAction(); 60 56 MainApplication.registerActionShortcut(launchAction, shortcut);
Note:
See TracChangeset
for help on using the changeset viewer.