mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 11:38:16 +00:00
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:
parent
7478f6bd5a
commit
3cd6e7d954
@ -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 () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user