add missing parameter to SendMessage

This commit is contained in:
ducarroz%netscape.com 1999-02-27 01:26:01 +00:00
Родитель c3479071d3
Коммит 6a336951d2
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -128,7 +128,7 @@ static NS_DEFINE_CID(kMsgSendCID, NS_MSGSEND_CID);
pMsgCompFields->SetSubject("[spam] test", NULL); pMsgCompFields->SetSubject("[spam] test", NULL);
pMsgCompFields->SetBody("Sample message sent with Mozilla\n\nPlease do not reply, thanks\n\nJean-Francois\n", NULL); pMsgCompFields->SetBody("Sample message sent with Mozilla\n\nPlease do not reply, thanks\n\nJean-Francois\n", NULL);
pMsgSend->SendMessage(pMsgCompFields); pMsgSend->SendMessage(pMsgCompFields, "");
pMsgCompFields->Release(); pMsgCompFields->Release();
} }