зеркало из https://github.com/mozilla/pjs.git
107311 - rename global variable for consistency & interoperability with other context menu clients.
r=jst, sr=sspitzer
This commit is contained in:
Родитель
c47dd894cf
Коммит
b481110fff
|
@ -549,8 +549,8 @@ Rights Reserved.
|
|||
</popup>
|
||||
|
||||
<popup id="messagePaneContext"
|
||||
onpopupshowing="gMessagePaneContextMenu = new nsContextMenu(this); return fillMessagePaneContextMenu(gMessagePaneContextMenu);"
|
||||
onpopuphiding="gMessagePaneContextMenu.onDestroy(); gMessagePaneContextMenu = null;">
|
||||
onpopupshowing="gContextMenu = new nsContextMenu(this); return fillMessagePaneContextMenu();"
|
||||
onpopuphiding="gContextMenu.onDestroy(); gContextMenu = null;">
|
||||
<menuitem id="context-openlink"
|
||||
label="&openLinkCmd.label;"
|
||||
accesskey="&openLinkCmd.accesskey;"
|
||||
|
|
Загрузка…
Ссылка в новой задаче