From 236dfc4581f03c670f4b5a5b076b2910ae25459b Mon Sep 17 00:00:00 2001 From: ElzorFox Date: Sat, 19 Jan 2019 13:31:30 +0500 Subject: Clist_modern: string type fix --- plugins/Clist_modern/src/modern_cachefuncs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/Clist_modern/src/modern_cachefuncs.cpp b/plugins/Clist_modern/src/modern_cachefuncs.cpp index ffe54f0a4d..77640cce7a 100644 --- a/plugins/Clist_modern/src/modern_cachefuncs.cpp +++ b/plugins/Clist_modern/src/modern_cachefuncs.cpp @@ -357,7 +357,7 @@ int GetStatusMessage(wchar_t *text, int text_size, ClcCacheEntry *pdnce, BOOL xs if (noAwayMsg && ServiceExists(MS_LASTSEEN_GET)) { ptrW pwszLastSeen((LPWSTR)CallService(MS_LASTSEEN_GET, (WPARAM)pdnce->hContact)); if (pwszLastSeen) { - CMStringW wszLastSeen(FORMAT, L"%s: %s", Translate("Last seen"), pwszLastSeen); + CMStringW wszLastSeen(FORMAT, L"%s: %s", TranslateT("Last seen"), pwszLastSeen); CopySkipUnprintableChars(text, (wchar_t*)wszLastSeen.c_str(), text_size - 1); if (text[0] != '\0') return 1; -- cgit v1.2.3