From 71eabf9174e4829e85d84f1098ef0d70b3674300 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 2 Mar 2013 12:02:34 +0000 Subject: - avatars' Folders settings moved to the "Avatars" section; - TCHAR_STR_PARAM is replaced by %S (we don't need the ansi version) git-svn-id: http://svn.miranda-ng.org/main/trunk@3830 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FlashAvatars/src/cflash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/FlashAvatars/src') diff --git a/plugins/FlashAvatars/src/cflash.cpp b/plugins/FlashAvatars/src/cflash.cpp index f571a4ac7c..543ec53e71 100644 --- a/plugins/FlashAvatars/src/cflash.cpp +++ b/plugins/FlashAvatars/src/cflash.cpp @@ -605,7 +605,7 @@ static int systemModulesLoaded(WPARAM /*wParam*/, LPARAM /*lParam*/) // default for older Mirandas else PathToAbsoluteT( _T("Flash\\"), path); - hAvatarsFolder = FoldersRegisterCustomPathT("Flash Avatars", "Avatars Cache", path); + hAvatarsFolder = FoldersRegisterCustomPathT("Avatars", "Flash Avatars", path); return 0; } -- cgit v1.2.3