summaryrefslogtreecommitdiff
path: root/plugins/New_GPG/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-06-23 18:51:19 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-06-23 18:51:19 +0300
commit74d117e4355b71d7a5660c5b9b67d24df8bfa4c7 (patch)
tree90e78f7cfb328d00d74810403b1f3aaf8f17d29a /plugins/New_GPG/src/stdafx.h
parentc7f6afe4b2f0dd41d7a97ea26075398bf7bd1843 (diff)
New_GPG: also a fix for menu items
Diffstat (limited to 'plugins/New_GPG/src/stdafx.h')
-rwxr-xr-xplugins/New_GPG/src/stdafx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/New_GPG/src/stdafx.h b/plugins/New_GPG/src/stdafx.h
index 1df8b1518e..3a0f1cdb22 100755
--- a/plugins/New_GPG/src/stdafx.h
+++ b/plugins/New_GPG/src/stdafx.h
@@ -75,6 +75,7 @@ struct CMPlugin : public PLUGIN<CMPlugin>
{
CMOption<bool> bJabberAPI, bPresenceSigning, bFileTransfers, bAutoExchange, bSameAction, bAppendTags, bStripTags, bDebugLog, bSendErrorMessages;
HANDLE hCLIcon = nullptr;
+ HGENMENU hToggleEncryption = nullptr, hSendKey = nullptr;
CMPlugin();