Closed
Bug 655698
Opened 14 years ago
Closed 14 years ago
Reorder the help menu to group similar items closer together
Categories
(Thunderbird :: Mail Window Front End, defect)
Thunderbird
Mail Window Front End
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 5.0b1
People
(Reporter: standard8, Assigned: standard8)
Details
Attachments
(1 file)
2.13 KB,
patch
|
bwinton
:
review+
bwinton
:
ui-review+
|
Details | Diff | Splinter Review |
Currently our help menu has quite a jumbled list of items.
I think we should just re-order it slightly to better group things together. The patch attached does what I think we should end up with:
First group is support related things:
- Help
- What's New
- Release Notes
- Troubleshooting Information
Second group (after an added separator) are action related help items:
- Migration Assistant
- Restart with add-ons disabled.
I think this helps to bring a bit of structure back to the menu.
I've currently got builds running on try server as I've only verified this on Mac so far.
Attachment #531033 -
Flags: ui-review?(bwinton)
Attachment #531033 -
Flags: review?(bwinton)
Comment 1•14 years ago
|
||
Comment on attachment 531033 [details] [diff] [review]
Proposed fix
Review of attachment 531033 [details] [diff] [review]:
-----------------------------------------------------------------
I think we should move "Troubleshooting Information" up above "What's New" because it will likely be more useful more of the time, but other than that, I agree that the new menu is a lot cleaner. ui-r=me.
And, other than the suggestion below, I like the patch. r=me.
::: mail/base/content/baseMenuOverlay.xul
@@ +81,5 @@
> label="&featureConfiguratorCmd.label;"
> accesskey="&featureConfiguratorCmd.accesskey;"
> oncommand="openFeatureConfigurator(false);"/>
> + <menuitem id="helpSafeMode"
> + label="&helpSafeMode.label;" accesskey="&helpSafeMode.accesskey;"
If we're making this change, we might as well split this onto two lines to make it like the one above, and get it to fit into 80 characters.
Attachment #531033 -
Flags: ui-review?(bwinton)
Attachment #531033 -
Flags: ui-review+
Attachment #531033 -
Flags: review?(bwinton)
Attachment #531033 -
Flags: review+
Updated•14 years ago
|
Assignee: mbanner → nobody
Component: General → Mail Window Front End
QA Contact: general → front-end
Assignee | ||
Comment 2•14 years ago
|
||
Assignee: nobody → mbanner
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 3.3a4
You need to log in
before you can comment on or make changes to this bug.
Description
•