Change id on the file menu <menupopup> from "fileMenu" to "fileMenuPopup"

git-svn-id: svn://10.0.0.236/trunk@45767 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sfraser%netscape.com
1999-09-02 21:58:12 +00:00
parent 12eecf2504
commit 78817c48d5
4 changed files with 4 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ Rights Reserved.
<toolbox>
<menubar>
<menu value="&fileMenu.label;">
<menupopup id="fileMenu">
<menupopup id="fileMenuPopup">
<menu value="&newMenu.label;">
<menupopup>
<menuitem value="&newNavCmd.label;" oncommand="NewBrowserWindow();"/>

View File

@@ -51,7 +51,7 @@ Rights Reserved.
<toolbox>
<menubar>
<menu value="&fileMenu.label;">
<menupopup id="fileMenu">
<menupopup id="fileMenuPopup">
<menu value="&newMenu.label;">
<menupopup>
<menuitem value="&newNavCmd.label;" oncommand="NewBrowserWindow();"/>

View File

@@ -84,7 +84,7 @@ Rights Reserved.
<toolbox>
<menubar>
<menu value="&fileMenu.label;">
<menupopup id="fileMenu">
<menupopup id="fileMenuPopup">
<menuitem value="&newCmd.label;" cmd="nsCmd:ComposeNew"/>
<menuitem value="&saveCmd.label;" cmd="nsCmd:ComposeSave"/>
<menuitem value="&saveAsCmd.label;" oncommand="SaveAsDraft()"/>

View File

@@ -10,7 +10,7 @@
<html:script language="JavaScript" src="chrome://global/content/globalOverlay.js"/>
<!-- File Menu (Exit) -->
<menupopup id="fileMenu">
<menupopup id="fileMenuPopup">
<menuitem value="&quitApplicationCmd.label;" oncommand="goQuitApplication()"/>
</menupopup>