mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
Bug 771215 - Add an accesskey to the "Copy Username" menu item in the Saved Passwords dialog. r=MattN
This commit is contained in:
parent
2fc18f4ce6
commit
6a59367151
@ -34,6 +34,7 @@
|
||||
onpopupshowing="UpdateCopyPassword()">
|
||||
<menuitem id="context-copyusername"
|
||||
label="©UsernameCmd.label;"
|
||||
accesskey="©UsernameCmd.accesskey;"
|
||||
oncommand="CopyUsername()"/>
|
||||
<menuitem id="context-copypassword"
|
||||
label="©PasswordCmd.label;"
|
||||
|
@ -33,3 +33,4 @@
|
||||
<!ENTITY copyPasswordCmd.accesskey "C">
|
||||
|
||||
<!ENTITY copyUsernameCmd.label "Copy Username">
|
||||
<!ENTITY copyUsernameCmd.accesskey "U">
|
||||
|
Loading…
x
Reference in New Issue
Block a user