diff options
Diffstat (limited to 'messages.cpp')
-rw-r--r-- | messages.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/messages.cpp b/messages.cpp index 5c37e71..5214429 100644 --- a/messages.cpp +++ b/messages.cpp @@ -215,7 +215,7 @@ int SendMsgSvc(WPARAM w, LPARAM l) DWORD code;
wstring cmd;
wstring path;
- char *tmp = UniGetContactSettingUtf(ccs->hContact, szModuleName, "KeyFingerprint", "");
+ char *tmp = UniGetContactSettingUtf(ccs->hContact, szModuleName, "KeyID", "");
if(strlen(tmp) < 2)
{
mir_free(tmp);
|