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
Родитель 0a73352ae0
Коммит 1f24c733f6
1 изменённых файлов: 10 добавлений и 4 удалений

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

@ -23,7 +23,7 @@
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
-
- Jay Patel <jay@mozilla.org>
- 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
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
@ -47,12 +47,18 @@
<!-- Firefox -->
<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()"/>
<menuseparator insertbefore="aboutName"/>
</menupopup>
<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>
<!-- SeaMonkey -->