mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 00:25:27 +00:00
Spurious semicolon in patch to bug 78360 found by mnyromyr@tprac.de r/sr=bienvenu
This commit is contained in:
parent
1cafe23dd0
commit
21fd53ca06
@ -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;"
|
||||
|
Loading…
Reference in New Issue
Block a user