From 6c7ce7551dbcee46d4b69ea6e71934d36a006bd9 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 28 Aug 2001 11:11:10 +0000 Subject: Typo fixes and new gpgme_get_op_info --- complus/vbtest.vbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'complus/vbtest.vbs') diff --git a/complus/vbtest.vbs b/complus/vbtest.vbs index 7ea346da..8246b456 100644 --- a/complus/vbtest.vbs +++ b/complus/vbtest.vbs @@ -13,7 +13,7 @@ gpg.textmode = true gpg.plaintext = "This is the secret message." 'or: InputBox('Enter message:") ' Set the Recipient. You may also use a keyID or an fingerprint -gpg.addrecipient "alice" +gpg.AddRecipient "alice" ' And encrypt the stuff gpg.encrypt -- cgit v1.2.3