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.

This commit is contained in:
silver%warwickcompsoc.co.uk 2007-10-07 04:38:40 +00:00
Родитель 9aac9228de
Коммит c3e06c5e74
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -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"/>