aboutsummaryrefslogtreecommitdiffstats
path: root/complus/vbtest.vbs
diff options
context:
space:
mode:
Diffstat (limited to '')
-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