Bug 258229 - Change 'New Folder' button's accesskey (in the add bookmark dialog) to 'o' due to accesskeys conflict. patch by Gavin Sharp <gavin.sharp@gmail.com> r=vlad
git-svn-id: svn://10.0.0.236/trunk@168882 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
efc0b7b7b4
commit
79acb23538
@ -56,7 +56,7 @@
|
||||
ondialogextra2="newFolder()"
|
||||
ondialogaccept="return onOK(event)"
|
||||
buttons="accept,cancel"
|
||||
buttonlabelextra2="&newFolder.label;" buttonaccesskeyextra2="&newFolder.accesskey;"
|
||||
buttonlabelextra2="&button.newfolder.label;" buttonaccesskeyextra2="&button.newfolder.accesskey;"
|
||||
#ifdef XP_UNIX
|
||||
buttonlabelaccept="&acceptButton.label;"
|
||||
#endif
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
<!ENTITY moveto.label "Move to:">
|
||||
<!ENTITY moveto.accesskey "M">
|
||||
<!ENTITY button.newfolder.label "New Folder...">
|
||||
<!ENTITY button.newfolder.accesskey "w">
|
||||
<!ENTITY button.newfolder.accesskey "o">
|
||||
<!ENTITY alwayscreateinfolder.label "Don't show this dialog again">
|
||||
<!ENTITY alwayscreateinfolder.accesskey "a">
|
||||
<!ENTITY dontshowmessage.tooltip "When this option is selected, new Bookmarks will be added using the title provided by the page.">
|
||||
@ -26,6 +26,4 @@
|
||||
<!ENTITY expanderUp.tooltip "Hide">
|
||||
<!ENTITY addGroup.label "Bookmark all tabs in a folder">
|
||||
<!ENTITY addGroup.accesskey "B">
|
||||
<!ENTITY newFolder.label "New Folder...">
|
||||
<!ENTITY newFolder.accesskey "N">
|
||||
<!ENTITY acceptButton.label "Add">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user