Enable Reporter tool in Firefox nightlies a=asa r=bryner sr=ben Bug 285653

This commit is contained in:
jay%mozilla.org 2005-05-03 19:55:46 +00:00
Родитель fc23873b61
Коммит 8a7f11f0c5
1 изменённых файлов: 10 добавлений и 4 удалений

Просмотреть файл

@ -23,7 +23,7 @@
- the Initial Developer. All Rights Reserved. - the Initial Developer. All Rights Reserved.
- -
- Contributor(s): - Contributor(s):
- - Jay Patel <jay@mozilla.org>
- Alternatively, the contents of this file may be used under the terms of - Alternatively, the contents of this file may be used under the terms of
- either the GNU General Public License Version 2 or later (the "GPL"), or - either the GNU General Public License Version 2 or later (the "GPL"), or
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
@ -47,12 +47,18 @@
<!-- Firefox --> <!-- Firefox -->
<menupopup id="menu_HelpPopup"> <menupopup id="menu_HelpPopup">
<menuitem id="menu_HelpPopup_reportertoolmenu" label="&reporterMenu.title;" accesskey="&reporterMenu.accesskey;" insertbefore="aboutName" <menuitem id="menu_HelpPopup_reportertoolmenu"
label="&reporterMenu.title;"
accesskey="&reporterMenu.accesskey;"
insertbefore="aboutSeparator"
oncommand="loadReporterWizard()"/> oncommand="loadReporterWizard()"/>
<menuseparator insertbefore="aboutName"/>
</menupopup> </menupopup>
<toolbarpalette id="BrowserToolbarPalette"> <toolbarpalette id="BrowserToolbarPalette">
<toolbarbutton id="reporterMenuButton" oncommand="loadReporterWizard();" class="toolbarbutton-1" label="&reporterMenu.title;" tooltiptext="&reporterMenu.tooltip;"/> <toolbarbutton id="reporterMenuButton"
oncommand="loadReporterWizard();"
class="toolbarbutton-1"
label="&reporterMenu.title;"
tooltiptext="&reporterMenu.tooltip;"/>
</toolbarpalette> </toolbarpalette>
<!-- SeaMonkey --> <!-- SeaMonkey -->