Skip to content

Commit

Permalink
Merge pull request #3236 from Defman21/pr/fix-1817
Browse files Browse the repository at this point in the history
Added 'Close All' action in tab context menus; fixed #1817
  • Loading branch information
th3coop authored Jul 16, 2019
2 parents 89c9134 + e36e264 commit f4c3896
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/chrome/komodo/content/komodo.p.xul
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,10 @@
observes="cmd_bufferCloseOthers"
accesskey="&menuCloseOtherBuffers.accesskey;"
label="&menuCloseOtherBuffers.label;"/>
<menuitem id="buffertab-context-close-all"
observes="cmd_closeAll"
accesskey="&menuCloseAll.accesskey;"
label="&menuCloseAll.label;"/>

<menuseparator id="tabContextMenu_separator_1" />

Expand Down
3 changes: 2 additions & 1 deletion src/chrome/komodo/locale/en-US/komodo.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -940,4 +940,5 @@
<!ENTITY contributePackages.label "Contribute Packages">
<!ENTITY shareTool.label "Share this Tool">


<!ENTITY menuCloseAll.label "Close All">
<!ENTITY menuCloseAll.accesskey "A">

0 comments on commit f4c3896

Please sign in to comment.