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

git-svn-id: svn://10.0.0.236/trunk@193012 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mattwillis%gmail.com
2006-03-26 16:17:34 +00:00
parent 7984fc7818
commit 6fefacfd67

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>