Bug 771215 - Add an accesskey to the "Copy Username" menu item in the Saved Passwords dialog. r=MattN

This commit is contained in:
YFdyh000 2014-10-16 00:12:01 -07:00
parent 2fc18f4ce6
commit 6a59367151
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@
onpopupshowing="UpdateCopyPassword()">
<menuitem id="context-copyusername"
label="&copyUsernameCmd.label;"
accesskey="&copyUsernameCmd.accesskey;"
oncommand="CopyUsername()"/>
<menuitem id="context-copypassword"
label="&copyPasswordCmd.label;"

View File

@ -33,3 +33,4 @@
<!ENTITY copyPasswordCmd.accesskey "C">
<!ENTITY copyUsernameCmd.label "Copy Username">
<!ENTITY copyUsernameCmd.accesskey "U">