mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
bug 331737 - remove 'About Sunbird' from 'Help' menu on Mac OS X - r=jminta
This commit is contained in:
parent
129b81296d
commit
0065ce96ce
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user