From dea1ff16cd487bdeddf89b6190e947590e0ddc16 Mon Sep 17 00:00:00 2001 From: Antonio Carlos Pantaglione Date: Sat, 12 Dec 2009 22:50:52 +0000 Subject: [PATCH] 2009-12-12 20:48 UTC-0300 Antonio Carlos Pantaglione * harbour/contrib/hbwin/tests/testmapi.prg ! Very small fix --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbwin/tests/testmapi.prg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 4d067f3ce2..1e5a8364e6 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-12-12 20:48 UTC-0300 Antonio Carlos Pantaglione + * harbour/contrib/hbwin/tests/testmapi.prg + ! Very small fix + 2009-12-12 23:29 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbsetup.h * harbour/include/hbdefs.h diff --git a/harbour/contrib/hbwin/tests/testmapi.prg b/harbour/contrib/hbwin/tests/testmapi.prg index 5c489ba23a..fae37e8332 100644 --- a/harbour/contrib/hbwin/tests/testmapi.prg +++ b/harbour/contrib/hbwin/tests/testmapi.prg @@ -9,7 +9,7 @@ PROCEDURE Main() LOCAL lMailConf := .F. LOCAL lFromUser := .T. LOCAL aSender := { "test from", "from@test.com" } - LOCAL aDest := { { "test to", "to@test.com" } } + LOCAL aDest := { { "test to", "to@test.com", 1 } } LOCAL aFiles := { { "testmapi.prg", "" } } ? win_MAPISendMail( cSubject, ; // subject