mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Remove help button.
This commit is contained in:
parent
ac4562a7bd
commit
d8bf6efe8f
@ -8,11 +8,10 @@
|
||||
title="&prefWindow.title;"
|
||||
style="&prefWindow.size;"
|
||||
windowtype="mozilla:preferences"
|
||||
buttons="accept,cancel,help"
|
||||
buttons="accept,cancel"
|
||||
onload="Startup();"
|
||||
ondialogaccept="return hPrefWindow.onOK(event);"
|
||||
ondialogcancel="return hPrefWindow.onCancel(event);"
|
||||
ondialoghelp="return doHelpButton(event)"
|
||||
persist="screenX screenY">
|
||||
|
||||
<script>
|
||||
|
Loading…
Reference in New Issue
Block a user