From 6fefacfd679d2e1ceba2a3608f79f34567463d94 Mon Sep 17 00:00:00 2001 From: "mattwillis%gmail.com" Date: Sun, 26 Mar 2006 16:17:34 +0000 Subject: [PATCH] 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 --- .../calendar/sunbird/base/content/calendar-menubar.inc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/mozilla/calendar/sunbird/base/content/calendar-menubar.inc b/mozilla/calendar/sunbird/base/content/calendar-menubar.inc index aa38f178f12..7b5d9f30cb5 100644 --- a/mozilla/calendar/sunbird/base/content/calendar-menubar.inc +++ b/mozilla/calendar/sunbird/base/content/calendar-menubar.inc @@ -430,10 +430,20 @@ + +# 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 +#endif