mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 21:33:43 +00:00
Makes the label appear on enable/disable fips button
Bug# 95683; r=ddrinan; sr=hewitt
This commit is contained in:
parent
b2442974aa
commit
58ce656cd9
@ -100,7 +100,9 @@
|
||||
<button id="unload_button"
|
||||
label="&devmgr.button.unload.label;"
|
||||
oncommand="doUnload();" disabled="true"/>
|
||||
<button id="fipsbutton" oncommand="toggleFIPS();"/>
|
||||
<button id="fipsbutton"
|
||||
label=""
|
||||
oncommand="toggleFIPS();"/>
|
||||
</vbox> <!-- / Buttons for manipulating devices -->
|
||||
</row>
|
||||
<row>
|
||||
|
Loading…
Reference in New Issue
Block a user