mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-05 12:05:22 +00:00
Removing the "About" menu and placing the link to Release Notes under
the "Help" menu instead. Approved by chofmann.
This commit is contained in:
parent
253cebd592
commit
7803e07c9b
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user