bug 24533, view image should open in same window, coded by doronr@naboonline.com, r=bzbarsky@mit.edu, sr=alecf@netscape.com

This commit is contained in:
morse%netscape.com 2001-03-23 13:48:27 +00:00
parent 7478f6bd5a
commit 3cd6e7d954

View File

@ -397,7 +397,7 @@ nsContextMenu.prototype = {
},
// Open new window with the URL of the image.
viewImage : function () {
openNewWindowWith( this.imageURL );
openTopWin( this.imageURL );
},
// Save URL of clicked-on frame.
saveFrame : function () {