diff options
Diffstat (limited to 'SecureIM/crypt_popups.cpp')
-rw-r--r-- | SecureIM/crypt_popups.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SecureIM/crypt_popups.cpp b/SecureIM/crypt_popups.cpp index e1564a1..0a33652 100644 --- a/SecureIM/crypt_popups.cpp +++ b/SecureIM/crypt_popups.cpp @@ -76,7 +76,7 @@ void showPopUp(LPCSTR lpzText,HANDLE hContact,HICON hIcon, UINT type) { ppd.lchContact = hContact; //Be sure to use a GOOD handle, since this will not be checked.
ppd.lchIcon = hIcon;
- LPWSTR lpwzContactName = (LPWSTR)CallService(MS_CLIST_GETCONTACTDISPLAYNAME,(WPARAM)hContact,GCMDF_UNICODE);
+ LPWSTR lpwzContactName = (LPWSTR)CallService(MS_CLIST_GETCONTACTDISPLAYNAME,(WPARAM)hContact,GSMDF_UNICODE);
wcscpy(ppd.lpwzContactName, lpwzContactName);
LPWSTR lpwzText = mir_a2u(lpzText);
wcscpy(ppd.lpwzText, TranslateW(lpwzText));
|