Phase 1 of the XP menu landing. Patching XUL files.

This commit is contained in:
hyatt%netscape.com 1999-07-31 03:02:38 +00:00
Родитель fd312307df
Коммит 2a552aa359
1 изменённых файлов: 19 добавлений и 19 удалений

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

@ -11,30 +11,30 @@
<!-- File Menu (Exit) --> <!-- File Menu (Exit) -->
<menu id="fileMenu"> <menu id="fileMenu">
<menuitem name="&quitApplicationCmd.label;" onclick="goQuitApplication()"/> <menuitem value="&quitApplicationCmd.label;" onaction="goQuitApplication()"/>
</menu> </menu>
<!-- Page Setup menu item --> <!-- Page Setup menu item -->
<menuitem id="pageSetup" name="&pageSetupCmd.label;" onclick="goPageSetup()"/> <menuitem id="pageSetup" value="&pageSetupCmd.label;" onaction="goPageSetup()"/>
<!-- Help Menu --> <!-- Help Menu -->
<menu id="helpMenu" name="&helpMenu.label;"> <menu id="helpMenu" value="&helpMenu.label;">
<menuitem name="&helpContentCmd.label;" onclick="goHelp()"/> <menuitem value="&helpContentCmd.label;" onaction="goHelp()"/>
<menuitem name="&referenceLibraryCmd.label;" onclick="goHelp()"/> <menuitem value="&referenceLibraryCmd.label;" onaction="goHelp()"/>
<menuitem name="&releaseNotesCmd.label;" onclick="goHelp()"/> <menuitem value="&releaseNotesCmd.label;" onaction="goHelp()"/>
<menuitem name="&productInfoCmd.label;" onclick="goHelp()"/> <menuitem value="&productInfoCmd.label;" onaction="goHelp()"/>
<separator/> <menuseparator/>
<menuitem name="&softwareUpdatesCmd.label;" onclick="goHelp()"/> <menuitem value="&softwareUpdatesCmd.label;" onaction="goHelp()"/>
<menuitem name="&registerCmd.label;" onclick="goHelp()"/> <menuitem value="&registerCmd.label;" onaction="goHelp()"/>
<menuitem name="&memberServicesCmd.label;" onclick="goHelp()"/> <menuitem value="&memberServicesCmd.label;" onaction="goHelp()"/>
<separator/> <menuseparator/>
<menuitem name="&internationalCmd.label;" onclick="goHelp()"/> <menuitem value="&internationalCmd.label;" onaction="goHelp()"/>
<menuitem name="&securityCmd.label;" onclick="goHelp()"/> <menuitem value="&securityCmd.label;" onaction="goHelp()"/>
<menuitem name="&netwatchCmd.label;" onclick="goHelp()"/> <menuitem value="&netwatchCmd.label;" onaction="goHelp()"/>
<separator/> <menuseparator/>
<menuitem name="&aboutPluginsCmd.label;" onclick="goHelp()"/> <menuitem value="&aboutPluginsCmd.label;" onaction="goHelp()"/>
<menuitem name="&aboutFontCmd.label;" onclick="goHelp()"/> <menuitem value="&aboutFontCmd.label;" onaction="goHelp()"/>
<menuitem name="&aboutCmd.label;" onclick="goHelp()"/> <menuitem value="&aboutCmd.label;" onaction="goHelp()"/>
</menu> </menu>
</overlay> </overlay>