Move "Select Previous Tab" above "Select Next Tab"

This makes the Window menu more consistent with system apps.
This commit is contained in:
Ronald Wampler
2018-10-28 22:53:15 -04:00
committed by Allan Odgaard
parent 493620710b
commit 14cd991a1d

View File

@@ -391,8 +391,8 @@ BOOL HasDocumentWindow (NSArray* windows)
{ @"Minimize", @selector(miniaturize:), @"m" },
{ @"Zoom", @selector(performZoom:) },
{ /* -------- */ },
{ @"Select Next Tab", @selector(selectNextTab:), @"}" },
{ @"Select Previous Tab", @selector(selectPreviousTab:), @"{" },
{ @"Select Next Tab", @selector(selectNextTab:), @"}" },
{ @"Select Tab", .delegate = OakSubmenuController.sharedInstance },
{ /* -------- */ },
{ @"Bring All to Front", @selector(arrangeInFront:) },