From fd0765bafbb02d4fa095b9106eb0ef359e8ed96e Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 11 Mar 2013 11:30:58 +0000 Subject: - translation fixes (patch from Basil) git-svn-id: http://svn.miranda-ng.org/main/trunk@3972 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 6f7b25eec0..e4eb392101 100644 --- a/plugins/FlashAvatars/src/cflash.cpp +++ b/plugins/FlashAvatars/src/cflash.cpp @@ -603,7 +603,7 @@ static int systemModulesLoaded(WPARAM /*wParam*/, LPARAM /*lParam*/) // default for older Mirandas else PathToAbsoluteT( _T("Flash\\"), path); - hAvatarsFolder = FoldersRegisterCustomPathT("Avatars", "Flash Avatars", path); + hAvatarsFolder = FoldersRegisterCustomPathT(LPGEN("Avatars"), LPGEN("Flash Avatars"), path); return 0; } -- cgit v1.2.3