This commit is contained in:
morse%netscape.com 2006-07-29 05:36:30 +00:00
Родитель a1866a5c4b
Коммит 5505b15c4d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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 () {