Temporarily hide the Add button in the preferences window, as it only confuses people, pending a fuller review of the UI. r=gijs over IRC. ChatZilla only.

git-svn-id: svn://10.0.0.236/trunk@237371 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
silver%warwickcompsoc.co.uk
2007-10-07 04:38:40 +00:00
parent e920d70f6e
commit 5d1c651744

View File

@@ -87,9 +87,11 @@
<treechildren id="pref-tree"/>
</tree>
<hbox>
<!--
<button label="&object.add.label;" tooltiptext="&object.add.hint;"
accesskey="&object.add.accesskey;" flex="1"
oncommand="gPrefWindow.onAddObject();"/>
-->
<button label="&object.del.label;" tooltiptext="&object.del.hint;"
accesskey="&object.del.accesskey;" flex="1"
oncommand="gPrefWindow.onDeleteObject();" id="object-delete"/>