Browse Source

Close Tab in menu is now in same section as Next/Previous Tab

merge-requests/365/head
eidheim 9 years ago
parent
commit
7b798bc336
  1. 2
      src/menu.cc

2
src/menu.cc

@ -336,8 +336,6 @@ Menu::Menu() {
<attribute name='label' translatable='yes'>_Previous _Tab</attribute> <attribute name='label' translatable='yes'>_Previous _Tab</attribute>
<attribute name='action'>app.previous_tab</attribute> <attribute name='action'>app.previous_tab</attribute>
</item> </item>
</section>
<section>
<item> <item>
<attribute name='label' translatable='yes'>_Close _Tab</attribute> <attribute name='label' translatable='yes'>_Close _Tab</attribute>
<attribute name='action'>app.close_tab</attribute> <attribute name='action'>app.close_tab</attribute>

Loading…
Cancel
Save