107311 - rename global variable for consistency & interoperability with other context menu clients.

r=jst, sr=sspitzer
This commit is contained in:
ben%netscape.com 2001-10-30 06:45:17 +00:00
Родитель c47dd894cf
Коммит b481110fff
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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;"