Fix cancel button.

This commit is contained in:
blakeross%telocity.com 2002-11-19 00:54:06 +00:00
parent 844a47f512
commit e8f6cca45b

@ -31,7 +31,7 @@
<xul:label xbl:inherits="value=progress"/>
</xul:hbox>
<xul:hbox align="start">
<xul:label value="&cancel.label;" class="link" onclick="this.parentNode.parentNode.parentNode.parentNode.cancel();"/>
<xul:label value="&cancel.label;" class="link" onclick="this.parentNode.parentNode.parentNode.cancel();"/>
</xul:hbox>
</xul:vbox>
</content>