From bc0b6bfb2734ce8355ddfb9b20461321c08a0b0c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 17 Mar 2017 13:39:30 +0300 Subject: forgotten TCHAR removed --- src/core/stdauth/src/auth.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/stdauth') diff --git a/src/core/stdauth/src/auth.cpp b/src/core/stdauth/src/auth.cpp index 44ad9644bb..5b9b433f02 100644 --- a/src/core/stdauth/src/auth.cpp +++ b/src/core/stdauth/src/auth.cpp @@ -60,8 +60,8 @@ static int AuthEventAdded(WPARAM, LPARAM lParam) CLISTEVENT cli = {}; cli.hContact = hContact; - cli.ptszTooltip = szTooltip; - cli.flags = CLEF_TCHAR; + cli.szTooltip.w = szTooltip; + cli.flags = CLEF_UNICODE; cli.lParam = lParam; cli.hDbEvent = hDbEvent; -- cgit v1.2.3