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

This commit is contained in:
mozilla.mano%sent.com 2005-02-06 20:50:48 +00:00
Родитель 6d379fef2d
Коммит 5b40c3c9e1
2 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -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">