Closed
Bug 331737
Opened 19 years ago
Closed 19 years ago
"About Sunbird" menu item appears in two places
Categories
(Calendar :: Sunbird Only, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mattwillis, Assigned: mattwillis)
Details
Attachments
(1 file, 1 obsolete file)
1.50 KB,
patch
|
jminta
:
first-review+
|
Details | Diff | Splinter Review |
On the Mac, the "About Sunbird" menuitem appears in two places:
1) under the "Sunbird" application menu (where it _ought_ to be)
2) under the "Help" menu (where it shouldn't, at least on Mac OS X)
Assignee | ||
Comment 1•19 years ago
|
||
Attachment #216284 -
Flags: first-review?(jminta)
Comment 2•19 years ago
|
||
Comment on attachment 216284 [details] [diff] [review]
rev0 - ifdefs "About Sunbird" appropriately for Mac OS X
+
+<!-- On Mac OS X, the "About Sunbird" menuitem belongs under the "Sunbird" menu.
+ - We hide it (and its separator) here, but we don't remove it or ifdef it
+ - out, as doing so will prevent it from appearing at all! -->
+#ifndef XP_MACOSX
Couple of things about this comment: (1) It shouldn't be aligned all the way to the left. (2) It's going to appear a bit odd in a post-processed file. Can you juggle its position so that it will make more sense in both versions? (3) The parenthetical remark about the separator seems incorrect. You are in fact ifdef-ing it.
r=jminta with that tidied up.
Attachment #216284 -
Flags: first-review?(jminta) → first-review+
Assignee | ||
Comment 3•19 years ago
|
||
Attachment #216284 -
Attachment is obsolete: true
Attachment #216318 -
Flags: first-review?(jminta)
Comment 4•19 years ago
|
||
Comment on attachment 216318 [details] [diff] [review]
rev1 - now with jminta's feedback
r=jminta :-)
Attachment #216318 -
Flags: first-review?(jminta) → first-review+
Assignee | ||
Comment 5•19 years ago
|
||
checked in to 1.8 branch and trunk
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•