From a2c40df6c52ffa5aaf2c77458179fa18c9d213a3 Mon Sep 17 00:00:00 2001 From: "akkana%netscape.com" Date: Sat, 29 Jul 2006 05:39:32 +0000 Subject: [PATCH] 83017: Fix title of the page info window. Fix from Daniel Brooks db48x@yahoo.com, sr=alecf, a=asa git-svn-id: svn://10.0.0.236/trunk@205576 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/suite/common/nsContextMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/suite/common/nsContextMenu.js b/mozilla/suite/common/nsContextMenu.js index 631961c1fe4..02d27f829a6 100644 --- a/mozilla/suite/common/nsContextMenu.js +++ b/mozilla/suite/common/nsContextMenu.js @@ -473,7 +473,7 @@ nsContextMenu.prototype = { "charset=" + this.target.ownerDocument.characterSet); }, viewInfo : function () { - BrowserPageInfo(this.target.ownerDocument); + BrowserPageInfo(); }, viewFrameInfo : function () { BrowserPageInfo(this.target.ownerDocument);