Closed
Bug 675779
Opened 13 years ago
Closed 13 years ago
Favour capital letters for accesskeys in utilityOverlay.xul
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 8.0
People
(Reporter: rain1, Assigned: timeless)
Details
Attachments
(1 file)
3.26 KB,
patch
|
bwinton
:
review+
|
Details | Diff | Splinter Review |
(courtesy timeless)
Attachment #549948 -
Flags: review?(dbienvenu)
Reporter | ||
Updated•13 years ago
|
Assignee: nobody → timeless
Comment 1•13 years ago
|
||
Comment on attachment 549948 [details] [diff] [review]
patch
bwinton loves access keys so much more than I do...
Attachment #549948 -
Flags: review?(dbienvenu) → review?(bwinton)
Comment 2•13 years ago
|
||
Comment on attachment 549948 [details] [diff] [review]
patch
Review of attachment 549948 [details] [diff] [review]:
-----------------------------------------------------------------
This looks good to me, although I'll admit that I don't have my Windows PC up, so I haven't compiled or tested the patch. But I trust you to have run the test suites, so r=me with the questions below answered, and the tests passing.
Thanks,
Blake.
::: mail/locales/en-US/chrome/communicator/utilityOverlay.dtd
@@ -27,2 +27,2 @@
> > <!ENTITY deleteCmd.label "Delete">
> > <!ENTITY deleteCmd.accesskey "d">
Why not "D" here?
@@ -50,4 +50,4 @@
> >
> > <!ENTITY quitApplicationCmd.label "Exit">
> > <!ENTITY quitApplicationCmd.key "Q">
> > <!ENTITY quitApplicationCmd.accesskey "x">
And why not "X" here?
Attachment #549948 -
Flags: review?(bwinton) → review+
Reporter | ||
Comment 3•13 years ago
|
||
(In reply to Blake Winton (:bwinton - Thunderbird UX) from comment #2)
> This looks good to me, although I'll admit that I don't have my Windows PC
> up, so I haven't compiled or tested the patch. But I trust you to have run
> the test suites, so r=me with the questions below answered, and the tests
> passing.
>
> Thanks,
> Blake.
>
> ::: mail/locales/en-US/chrome/communicator/utilityOverlay.dtd
> @@ -27,2 +27,2 @@
> > > <!ENTITY deleteCmd.label "Delete">
> > > <!ENTITY deleteCmd.accesskey "d">
>
> Why not "D" here?
Because timeless separated it into bug 675783.
>
> @@ -50,4 +50,4 @@
> > >
> > > <!ENTITY quitApplicationCmd.label "Exit">
> > > <!ENTITY quitApplicationCmd.key "Q">
> > > <!ENTITY quitApplicationCmd.accesskey "x">
>
> And why not "X" here?
Because Exit has a small x, I think. I think I might have messed his patch up and changed what should have been small letters into capital ones.
Reporter | ||
Comment 4•13 years ago
|
||
Fixed the unnecessary caps: https://hg.mozilla.org/comm-central/rev/3d7a6ee8b730
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 8.0
You need to log in
before you can comment on or make changes to this bug.
Description
•