Bug 1675599 - Make "OK" button in the Select Helper Application dialog the default button r=jaws

Differential Revision: https://phabricator.services.mozilla.com/D96097
This commit is contained in:
Itiel 2020-11-06 09:14:57 +00:00
Родитель e8fb159ca9
Коммит 7fb34265a7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -17,7 +17,7 @@
<dialog id="app-picker"
buttons="accept,cancel,extra2"
buttonlabelextra2="&BrowseButton.label;"
defaultButton="cancel">
defaultButton="accept">
<script src="chrome://global/content/appPicker.js"/>