Removing the "About" menu and placing the link to Release Notes under

the "Help" menu instead.  Approved by chofmann.
This commit is contained in:
hyatt%netscape.com 1999-03-15 19:01:22 +00:00
Родитель 253cebd592
Коммит 7803e07c9b
1 изменённых файлов: 6 добавлений и 5 удалений

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

@ -304,9 +304,6 @@
<broadcaster id="canPrint"/>
<menubar>
<menu name="About">
<menuitem name="Release Notes" onclick="window.frames[0].location.href='http://www.mozilla.org/projects/seamonkey/release-notes/index.html'"/>
</menu>
<menu name="File">
<menuitem name="New Browser Window" onclick="BrowserNewWindow();"/>
<menu name="New">
@ -465,9 +462,13 @@
<separator />
<menuitem name="Software Updates" onclick="BrowserReload();"/>
<menuitem name="Technical Support" onclick="BrowserReload();"/>
<menuitem name="Release Notes" onclick="BrowserReload();"/>
<menuitem name="Release Notes"
onclick="window.frames[0].location.href='http://www.mozilla.org/projects/seamonkey/release-notes/index.html'"/>
<separator />
<menuitem name="About Communicator Prototype" onclick="BrowserReload();" />
<menuitem name="About Communicator Prototype"
onclick="window.frames[0].location.href='http://www.mozilla.org/projects/seamonkey/release-notes/index.html'"/>
</menu>
</menubar>