| Index: chrome/content/ui/overlay.xul |
| =================================================================== |
| --- a/chrome/content/ui/overlay.xul |
| +++ b/chrome/content/ui/overlay.xul |
| @@ -60,6 +60,7 @@ |
| <menupopup id="abp-status-options-popup"> |
| <menuitem id="abp-status-frameobjects" label="&objecttabs.label;" type="checkbox" command="abp-command-toggleobjtabs"/> |
| <menuitem id="abp-status-savestats" label="&counthits.label;" type="checkbox" command="abp-command-togglesavestats"/> |
| + <menuitem id="abp-status-sendstats" label="&sendstats.label;" type="checkbox" command="abp-command-togglesendstats"/> |
| <menuitem id="abp-status-sync" label="&sync.label;" type="checkbox" command="abp-command-togglesync"/> |
| <menuseparator id="abp-status-iconSettingsSeparator"/> |
| <menuitem id="abp-status-showintoolbar" label="&showintoolbar.label;" type="checkbox" command="abp-command-toggleshowintoolbar"/> |
| @@ -87,6 +88,7 @@ |
| <command id="abp-command-togglepagewhitelist"/> |
| <command id="abp-command-toggleobjtabs"/> |
| <command id="abp-command-togglesavestats"/> |
| + <command id="abp-command-togglesendstats"/> |
| <command id="abp-command-togglesync"/> |
| <command id="abp-command-toggleshowintoolbar"/> |
| <command id="abp-command-toggleshowinstatusbar"/> |