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 --- protocols/Twitter/src/proto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Twitter/src') diff --git a/protocols/Twitter/src/proto.cpp b/protocols/Twitter/src/proto.cpp index 3f42a70d17..4c9d0db3a9 100644 --- a/protocols/Twitter/src/proto.cpp +++ b/protocols/Twitter/src/proto.cpp @@ -49,7 +49,7 @@ TwitterProto::TwitterProto(const char *proto_name,const TCHAR *username) HookProtoEvent(ME_OPT_INITIALISE, &TwitterProto::OnOptionsInit, this); tstring defFolder = std::tstring( _T("%miranda_avatarcache%\\")) + m_tszUserName; - hAvatarFolder_ = FoldersRegisterCustomPathT("Avatars", m_szModuleName, defFolder.c_str(), m_tszUserName); + hAvatarFolder_ = FoldersRegisterCustomPathT(LPGEN("Avatars"), m_szModuleName, defFolder.c_str(), m_tszUserName); // Initialize hotkeys char text[512]; -- cgit v1.2.3