303485 - update manager no longer connects to update server: add 'extra1' button to MacOS X wizard buttons binding so client code can access and use it. r=darin

This commit is contained in:
ben%bengoodger.com 2005-08-05 21:42:47 +00:00
Родитель 0470958574
Коммит 49d562fb74
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -470,6 +470,7 @@
<content>
<xul:vbox flex="1">
<xul:hbox class="wizard-buttons-btm">
<xul:button class="wizard-button" dlgtype="extra1" hidden="true"/>
<xul:button class="wizard-button" dlgtype="cancel"/>
<xul:spacer flex="1"/>
<xul:button class="wizard-button wizard-nav-button" dlgtype="back"/>
@ -512,9 +513,7 @@
<xul:separator class="wizard-buttons-separator groove"/>
<xul:hbox class="wizard-buttons-box-2">
<xul:button class="wizard-button" dlgtype="extra1" hidden="true"/>
#ifndef XP_MACOSX
<xul:spacer flex="1" anonid="spacer"/>
#endif
#ifdef XP_UNIX
<xul:button class="wizard-button" dlgtype="cancel" icon="cancel"/>
<xul:spacer style="width: 24px"/>