diff options
author | Konstantin Nikulin <apollo2k4@narod.ru> | 2019-11-12 22:13:11 +0200 |
---|---|---|
committer | Konstantin Nikulin <apollo2k4@narod.ru> | 2019-11-12 22:13:11 +0200 |
commit | 9271d964814ce1272483b8ea95dd2e00f2471802 (patch) | |
tree | 9066658d250c2f15feb895d5957a0947dd3b975a /plugins/New_GPG/src | |
parent | 68b4d3735b9f20ae47fccc344db17dc1771948ee (diff) |
type fix
Diffstat (limited to 'plugins/New_GPG/src')
-rwxr-xr-x | plugins/New_GPG/src/messages.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/New_GPG/src/messages.cpp b/plugins/New_GPG/src/messages.cpp index ea21d69520..0e156d8918 100755 --- a/plugins/New_GPG/src/messages.cpp +++ b/plugins/New_GPG/src/messages.cpp @@ -789,7 +789,7 @@ INT_PTR SendMsgSvc(WPARAM w, LPARAM l) if (strstr(msg, "-----BEGIN PGP MESSAGE-----")) { if (globals.bDebugLog) - globals.debuglog << std::string(time_str() + ": info: encrypted messge, let it go, name: " + toUTF8(Clist_GetContactDisplayName(ccs->hContact))); + globals.debuglog << std::string(time_str() + ": info: encrypted message, let it go, name: " + toUTF8(Clist_GetContactDisplayName(ccs->hContact))); return Proto_ChainSend(w, ccs); } |