From c1881274c8c431014368f4f5b9b49397e6c579f0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 3 Jun 2019 14:02:02 +0300 Subject: Folders: old TCHAR helpers removed --- plugins/AvatarHistory/src/AvatarHistory.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/AvatarHistory/src/AvatarHistory.cpp') diff --git a/plugins/AvatarHistory/src/AvatarHistory.cpp b/plugins/AvatarHistory/src/AvatarHistory.cpp index 9d5e39be70..b040b3d37c 100644 --- a/plugins/AvatarHistory/src/AvatarHistory.cpp +++ b/plugins/AvatarHistory/src/AvatarHistory.cpp @@ -227,8 +227,8 @@ static int ModulesLoaded(WPARAM, LPARAM) { mir_snwprintf(basedir, L"%s\\Avatars History", profilePath); - hFolder = FoldersRegisterCustomPathT(LPGEN("Avatars"), LPGEN("Avatar History"), - PROFILE_PATHT L"\\" CURRENT_PROFILET L"\\Avatars History"); + hFolder = FoldersRegisterCustomPathW(LPGEN("Avatars"), LPGEN("Avatar History"), + PROFILE_PATHW L"\\" CURRENT_PROFILEW L"\\Avatars History"); InitPopups(); -- cgit v1.2.3