aboutsummaryrefslogtreecommitdiffstats
path: root/complus/vbtest.vbs
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2001-08-28 11:11:10 +0000
committerWerner Koch <[email protected]>2001-08-28 11:11:10 +0000
commit6c7ce7551dbcee46d4b69ea6e71934d36a006bd9 (patch)
treeab2d1489d2017e115d9379d786fad85caf9825ab /complus/vbtest.vbs
parentone more file (diff)
downloadgpgme-6c7ce7551dbcee46d4b69ea6e71934d36a006bd9.tar.gz
gpgme-6c7ce7551dbcee46d4b69ea6e71934d36a006bd9.zip
Typo fixes and new gpgme_get_op_info
Diffstat (limited to 'complus/vbtest.vbs')
-rw-r--r--complus/vbtest.vbs2
1 files changed, 1 insertions, 1 deletions
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