bug 331737 - remove 'About Sunbird' from 'Help' menu on Mac OS X - r=jminta

This commit is contained in:
mattwillis%gmail.com 2006-03-26 16:17:15 +00:00
parent 129b81296d
commit 0065ce96ce

View File

@ -430,10 +430,20 @@
<menuitem accesskey="&releaseCmd.accesskey;"
label="&releaseCmd.label;"
oncommand="launchBrowser('&releaseURL;');" />
# On Mac OS X, the "About Sunbird" menuitem belongs under the "Sunbird" menu.
# We hide it (and its separator) here, but we don't ifdef the entire menuitem
# out, as doing so will prevent it from appearing in either place at all!
#
#ifndef XP_MACOSX
<menuseparator id="menu_HelpAboutSeparator"/>
#endif
<menuitem id="aboutName"
label="&aboutCmd.label;"
accesskey="&aboutCmd.accesskey;"
#ifdef XP_MACOSX
hidden="true"
#endif
oncommand="openAboutDialog();"/>
</menupopup>
</menu>