зеркало из https://github.com/mozilla/gecko-dev.git
Bug 191642 : Lots of missing keyboard accelerators in Options window, patch by Bryan <BoxerBoi76@hotmail.com> and me, r+a=mconnor
This commit is contained in:
Родитель
f5fca6c5cf
Коммит
ebd582ac92
|
@ -84,9 +84,10 @@
|
|||
<separator class="thin"/>
|
||||
<hbox>
|
||||
<button id="removeSignon" disabled="true" icon="remove"
|
||||
label="&remove.label;" oncommand="DeleteSignon();"/>
|
||||
label="&remove.label;" accesskey="&remove.accesskey;"
|
||||
oncommand="DeleteSignon();"/>
|
||||
<button id="removeAllSignons" icon="clear"
|
||||
label="&removeall.label;"
|
||||
label="&removeall.label;" accesskey="&removeall.accesskey;"
|
||||
oncommand="DeleteAllSignons();"/>
|
||||
<spacer flex="1"/>
|
||||
<button id="togglePasswords"
|
||||
|
@ -109,8 +110,10 @@
|
|||
<separator class="thin"/>
|
||||
<hbox>
|
||||
<button id="removeReject" disabled="true" icon="remove"
|
||||
accesskey="&remove.accesskey;"
|
||||
label="&remove.label;" oncommand="DeleteReject();"/>
|
||||
<button id="removeAllRejects"
|
||||
accesskey="&removeall.accesskey;"
|
||||
icon="clear" label="&removeall.label;"
|
||||
oncommand="DeleteAllRejects();"/>
|
||||
</hbox>
|
||||
|
|
Загрузка…
Ссылка в новой задаче