1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 08:08:00 +01:00

[muttator] fixed error message

This commit is contained in:
Martin Stubenschrott
2008-06-04 05:28:04 +00:00
parent 813e27b709
commit cada00ffe0

View File

@@ -738,8 +738,8 @@ liberator.Mail = function () //{{{
if (!file.exists()) if (!file.exists())
{ {
liberator.echoerr("Exxx: Could attach file `" + url + "'", liberator.commandline.FORCE_SINGLELINE); liberator.echoerr("Exxx: Could not attach file `" + url + "'", liberator.commandline.FORCE_SINGLELINE);
continue; return;
} }
attachment = Components.classes["@mozilla.org/messengercompose/attachment;1"] attachment = Components.classes["@mozilla.org/messengercompose/attachment;1"]
.createInstance(Components.interfaces.nsIMsgAttachment); .createInstance(Components.interfaces.nsIMsgAttachment);