mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 454501 - Fix access keys in the PKCS#11 Device. r=kaie
This commit is contained in:
parent
06cd34fe03
commit
fd54645223
@ -57,11 +57,13 @@
|
||||
|
||||
<description>&loaddevice.info;</description>
|
||||
<hbox align="center">
|
||||
<label value="&loaddevice.modname;" accesskey="&loaddevice.modname.accesskey;"/>
|
||||
<label value="&loaddevice.modname;" accesskey="&loaddevice.modname.accesskey;"
|
||||
control="device_name"/>
|
||||
<textbox id="device_name" flex="1" value="&loaddevice.modname.default;"/>
|
||||
</hbox>
|
||||
<hbox align="center">
|
||||
<label value="&loaddevice.filename;" accesskey="&loaddevice.filename.accesskey;"/>
|
||||
<label value="&loaddevice.filename;" accesskey="&loaddevice.filename.accesskey;"
|
||||
control="device_path"/>
|
||||
<textbox id="device_path" flex="1"/>
|
||||
<button label="&loaddevice.browse;" flex="1"
|
||||
accesskey="&loaddevice.browse.accesskey;" oncommand="doBrowseFiles();"/>
|
||||
|
Loading…
Reference in New Issue
Block a user