diff options
Diffstat (limited to 'src/core/stdauth/src/auth.cpp')
-rw-r--r-- | src/core/stdauth/src/auth.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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;
|