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
This commit is contained in:
akkana%netscape.com 2006-07-29 05:39:32 +00:00
parent a8f27b488f
commit a2c40df6c5

View File

@ -473,7 +473,7 @@ nsContextMenu.prototype = {
"charset=" + this.target.ownerDocument.characterSet);
},
viewInfo : function () {
BrowserPageInfo(this.target.ownerDocument);
BrowserPageInfo();
},
viewFrameInfo : function () {
BrowserPageInfo(this.target.ownerDocument);