From 14cd991a1db3fa4b09035658214b04d665cce689 Mon Sep 17 00:00:00 2001 From: Ronald Wampler Date: Sun, 28 Oct 2018 22:53:15 -0400 Subject: [PATCH] Move "Select Previous Tab" above "Select Next Tab" This makes the Window menu more consistent with system apps. --- Applications/TextMate/src/AppController.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/TextMate/src/AppController.mm b/Applications/TextMate/src/AppController.mm index 7260fd34..4e6f056c 100644 --- a/Applications/TextMate/src/AppController.mm +++ b/Applications/TextMate/src/AppController.mm @@ -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:) },