diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-27 19:54:43 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-27 19:54:43 +0300 |
commit | f3d248034ff8629704e7a76a09b2d565df92c195 (patch) | |
tree | e68147d6dfe3e40d81c6665cef323178184ceafe /main.cpp | |
parent | 69c525336f25083947d9f246de16fb83f73ce9d8 (diff) |
modified: init.cpp
modified: main.cpp
modified: options.cpp
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1372,11 +1372,11 @@ static BOOL CALLBACK DlgProcImportKeyDialog(HWND hwndDlg, UINT msg, WPARAM wPara cmd += server; delete [] server; cmd += _T("\" --recv-keys "); - char *tmp = UniGetContactSettingUtf(hContact, szGPGModuleName, "KeyID_Prescense", ""); - TCHAR *tmp2 = mir_a2t(tmp); - mir_free(tmp); - cmd += tmp2; - mir_free(tmp2); +// char *tmp = UniGetContactSettingUtf(hContact, szGPGModuleName, "KeyID_Prescense", ""); +// TCHAR *tmp2 = mir_a2t(tmp); +// mir_free(tmp); + cmd += toUTF16(hcontact_data[hContact].key_in_prescense); +// mir_free(tmp2); gpg_execution_params params; pxResult result; params.cmd = &cmd; |