Adding fix for bug 8987

This commit is contained in:
matt%netscape.com 1999-07-01 23:46:38 +00:00
parent e5c849294a
commit 18318b89df

View File

@ -165,6 +165,10 @@
<!ENTITY aboutCommunicatorCmd.label "About Communicator Prototype">
<!ENTITY debugMenu.label "Debug">
<!ENTITY debugQA.label "QA Help">
<!ENTITY debugQABug.label "QA Help">
<!ENTITY debugQASmoke.label "Smoke Tests">
<!ENTITY debugQAKnowBug.label "Known Bugs">
<!ENTITY debugVerCmd.label "Verification">
<!ENTITY ver1Cmd.label "Mozilla">
<!ENTITY ver2Cmd.label "Yahoo">
@ -546,6 +550,13 @@
// Menu for testing.
<menu name="&debugMenu.label;">
<menu name="&debugMenu.label;"> // XPToolkit tests.
<menuitem name="&debugQA.label;" onclick="window.frames[0].frames[1].location.href='http://www.mozilla.org/quality/bug-writing-guidelines.html'"/>
<menuitem name="&debugQABug.label;" onclick="window.frames[0].frames[1].location.href='http://www.mozilla.org/quality/smoketests/'"/>
<menuitem name="&debugQAKnowBug.label;" onclick="window.frames[0].frames[1].location.href='http://www.mozilla.org/quality/most-frequent-bugs/'"/>
</menu>
<menu name="&debugVerCmd.label;"> // Build verification sites.
<menuitem name="&ver1Cmd.label;" onclick="window.frames[0].frames[1].location.href='http://www.mozilla.org'"/>
<menuitem name="&ver2Cmd.label;" onclick="window.frames[0].frames[1].location.href='http://www.yahoo.com'"/>