diff options
author | Alexander Gluzsky <sss123next@list.ru> | 2012-09-10 23:31:17 +0000 |
---|---|---|
committer | Alexander Gluzsky <sss123next@list.ru> | 2012-09-10 23:31:17 +0000 |
commit | 89aa2b61be21bb3a635714c41f5de17838b51092 (patch) | |
tree | e41e30ed898f586828be6e37eb0ad970fd30dd6f /plugins | |
parent | 16ea608b527932e6c10add8258fca3785b4e7790 (diff) |
typo fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@1562 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/New_GPG/src/utilities.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/New_GPG/src/utilities.cpp b/plugins/New_GPG/src/utilities.cpp index 43e03af4f3..4a51e364c5 100755 --- a/plugins/New_GPG/src/utilities.cpp +++ b/plugins/New_GPG/src/utilities.cpp @@ -159,7 +159,7 @@ INT_PTR SendKey(WPARAM w, LPARAM l) acc_str += ")" ; acc_str += "_GPGPubKey"; } - char *szMessage = UniGetContactSettingUtf(hContact, szGPGModuleName, acc_str.empty()?"GPGPubKey":acc_str.c_str(), ""); + szMessage = UniGetContactSettingUtf(hContact, szGPGModuleName, acc_str.empty()?"GPGPubKey":acc_str.c_str(), ""); } if(szMessage[0]) { |