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:
ben%bengoodger.com
2004-05-21 08:58:10 +00:00
parent 5702e38a51
commit a86ce44fe7

View File

@@ -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