232702 - save link as... should show a prompt
git-svn-id: svn://10.0.0.236/trunk@156689 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -3309,7 +3309,7 @@ nsContextMenu.prototype = {
|
||||
},
|
||||
// Save URL of clicked-on link.
|
||||
saveLink : function () {
|
||||
saveURL( this.linkURL(), this.linkText(), null, true, true );
|
||||
saveURL( this.linkURL(), this.linkText(), null, true, false );
|
||||
},
|
||||
sendLink : function () {
|
||||
MailIntegration.sendMessage( this.linkURL(), "" ); // we don't know the title of the link so pass in an empty string
|
||||
|
||||
Reference in New Issue
Block a user