diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-14 04:34:41 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-14 04:34:41 +0300 |
commit | 92699e2fcd4a7d03b8e1eae29e678773bfa07da8 (patch) | |
tree | b5032a3641672202ddbb5d8fec1fcf50ca99afad /messages.cpp | |
parent | ea8554407ed4038aca0eb7835f9d813bdf37c1a9 (diff) |
modified: main.cpp
modified: messages.cpp
modified: options.cpp
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);
|