Index: chrome/content/ui/overlay.xul |
=================================================================== |
--- a/chrome/content/ui/overlay.xul |
+++ b/chrome/content/ui/overlay.xul |
@@ -58,17 +58,16 @@ |
<menuseparator/> |
<menu id="abp-status-options" label="&options.label;"> |
<menupopup id="abp-status-options-popup"> |
<menuitem id="abp-status-frameobjects" label="&objecttabs.label;" type="checkbox" command="abp-command-toggleobjtabs"/> |
<menuitem id="abp-status-slowcollapse" label="&hideplaceholders.label;" type="checkbox" command="abp-command-togglecollapse"/> |
<menuitem id="abp-status-savestats" label="&counthits.label;" type="checkbox" command="abp-command-togglesavestats"/> |
<menuitem id="abp-status-sync" label="&sync.label;" type="checkbox" command="abp-command-togglesync"/> |
<menuseparator id="abp-status-iconSettingsSeparator"/> |
- <menuitem id="abp-status-showinaddonbar" label="&showinaddonbar.label;" type="checkbox" command="abp-command-toggleshowintoolbar"/> |
<menuitem id="abp-status-showintoolbar" label="&showintoolbar.label;" type="checkbox" command="abp-command-toggleshowintoolbar"/> |
<menuitem id="abp-status-showinstatusbar" label="&showinstatusbar.label;" type="checkbox" command="abp-command-toggleshowinstatusbar"/> |
</menupopup> |
</menu> |
<hbox class="abp-contributebutton" id="abp-status-contributebutton" pack="center" align="center"> |
<!-- noautoclose attribute tells Australis menu that it shouldn't close when |
these are clicked, see https://bugzilla.mozilla.org/show_bug.cgi?id=940693 --> |