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 --- plugins/NewXstatusNotify/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/NewXstatusNotify/src/main.cpp') diff --git a/plugins/NewXstatusNotify/src/main.cpp b/plugins/NewXstatusNotify/src/main.cpp index 0e2a271722..d39b141107 100644 --- a/plugins/NewXstatusNotify/src/main.cpp +++ b/plugins/NewXstatusNotify/src/main.cpp @@ -311,12 +311,12 @@ void GetStatusText(MCONTACT hContact, WORD newStatus, WORD oldStatus, wchar_t *s void BlinkIcon(MCONTACT hContact, HICON hIcon, wchar_t *stzText) { CLISTEVENT cle = {}; - cle.flags = CLEF_ONLYAFEW | CLEF_TCHAR; + cle.flags = CLEF_ONLYAFEW | CLEF_UNICODE; cle.hContact = hContact; cle.hDbEvent = hContact; cle.hIcon = hIcon; cle.pszService = "UserOnline/Description"; - cle.ptszTooltip = stzText; + cle.szTooltip.w = stzText; pcli->pfnAddEvent(&cle); } -- cgit v1.2.3