97574 - Implement toolbarbutton and kill menubutton (except outliner.css), r=blake, sr=hyatt

This commit is contained in:
hewitt%netscape.com 2007-08-22 04:53:57 +00:00
Родитель 62024cdf74
Коммит 2daba8c105
1 изменённых файлов: 5 добавлений и 5 удалений

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

@ -127,12 +127,12 @@ editor.xul has these - do we need them?
<!-- toolbar filled out from editorOverlay -->
<toolbar class="toolbar-primary" id="EditToolbar" persist="collapsed">
<button id="newButton"/>
<button id="openButton"/>
<button id="saveButton"/>
<toolbarbutton id="newButton"/>
<toolbarbutton id="openButton"/>
<toolbarbutton id="saveButton"/>
<spacer class="separator_small"/>
<menubutton id="printButton"/>
<button id="spellingButton"/>
<toolbarbutton id="printButton"/>
<toolbarbutton id="spellingButton"/>
<spacer flex="1"/>
</toolbar>
</toolbox>