Index: trunk/src/org/openstreetmap/josm/actions/relation/RecentRelationsAction.java
===================================================================
--- trunk/src/org/openstreetmap/josm/actions/relation/RecentRelationsAction.java	(revision 13277)
+++ trunk/src/org/openstreetmap/josm/actions/relation/RecentRelationsAction.java	(revision 13278)
@@ -51,10 +51,6 @@
         MainApplication.undoRedo.addCommandQueueListener(this);
         enableArrow();
-        shortcut = Shortcut.registerShortcut(
-            "relationeditor:editrecentrelation",
-            tr("Relation Editor: {0}", tr("Open recent relation")),
-            KeyEvent.VK_ESCAPE,
-            Shortcut.SHIFT
-        );
+        shortcut = Shortcut.registerShortcut("relationeditor:editrecentrelation",
+            tr("Relation Editor: {0}", tr("Open recent relation")), KeyEvent.VK_ESCAPE, Shortcut.SHIFT);
         launchAction = new LaunchEditorAction();
         MainApplication.registerActionShortcut(launchAction, shortcut);
