fixxing typo from my last checkin

This commit is contained in:
mozilla.mano%sent.com 2005-10-18 18:28:39 +00:00
parent 689a2b4fcb
commit e851878b90

View File

@ -336,7 +336,7 @@
</implementation>
<handlers>
<handler event="click" phase="capturing" button="0" action="this.open(event)">
<handler event="click" phase="capturing" button="0" action="this.open(event)"/>
<handler event="keypress" keycode="VK_ENTER" action="this.open(event)" />
<handler event="keypress" keycode="VK_RETURN" action="this.open(event)" />
</handlers>