Skip to content

Commit

Permalink
#2708 changes to menu items to expose the Duplicate Tab feature
Browse files Browse the repository at this point in the history
  • Loading branch information
abhibeckert committed Mar 3, 2017
1 parent a775a23 commit fc4ff91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Interfaces/English.lproj/MainMenu.xib
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@
<action selector="newTab:" target="-1" id="1088"/> <action selector="newTab:" target="-1" id="1088"/>
</connections> </connections>
</menuItem> </menuItem>
<menuItem title="Duplicate Connection Tab" tag="1104" alternate="YES" keyEquivalent="t" toolTip="Duplicate the current connection tab" id="1186"> <menuItem title="Duplicate Connection Tab" tag="1104" keyEquivalent="T" toolTip="Duplicate the current connection tab" id="1186">
<modifierMask key="keyEquivalentModifierMask" option="YES"/>
<connections> <connections>
<action selector="duplicateTab:" target="-1" id="1188"/> <action selector="duplicateTab:" target="-1" id="1188"/>
</connections> </connections>
Expand Down Expand Up @@ -550,7 +549,8 @@
<menuItem title="View" tag="3" id="496"> <menuItem title="View" tag="3" id="496">
<menu key="submenu" title="View" id="498"> <menu key="submenu" title="View" id="498">
<items> <items>
<menuItem title="Show Tab Bar" keyEquivalent="T" id="1124"> <menuItem title="Show Tab Bar" keyEquivalent="t" id="1124">
<modifierMask key="keyEquivalentModifierMask" control="YES" command="YES"/>
<connections> <connections>
<action selector="toggleTabBarShown:" target="-1" id="1127"/> <action selector="toggleTabBarShown:" target="-1" id="1127"/>
</connections> </connections>
Expand Down

0 comments on commit fc4ff91

Please sign in to comment.