Spurious semicolon in patch to bug 78360 found by mnyromyr@tprac.de r/sr=bienvenu

This commit is contained in:
neil%parkwaycc.co.uk 2004-02-02 19:35:13 +00:00
parent 1cafe23dd0
commit 21fd53ca06

View File

@ -689,7 +689,7 @@ Rights Reserved.
<popup id="messagePaneContext"
onpopupshowing="if (event.target != this) return true; gContextMenu = new nsContextMenu(this); return fillMessagePaneContextMenu();"
onpopuphiding="if (event.target == this); gContextMenu = null;">
onpopuphiding="if (event.target == this) gContextMenu = null;">
<menuitem id="context-openlink"
label="&openLinkCmd.label;"
accesskey="&openLinkCmd.accesskey;"