From 26dfe484cd4508eaf0aea2d06c983b6c5ec7aa25 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Tue, 14 Jul 2015 22:06:01 +0000 Subject: Reverted r14501 and r14507: This text is also displayed in the contact list and must therefore be translated git-svn-id: http://svn.miranda-ng.org/main/trunk@14561 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MyDetails/src/frame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/MyDetails') diff --git a/plugins/MyDetails/src/frame.cpp b/plugins/MyDetails/src/frame.cpp index 83f03077f6..52cc6a52ce 100644 --- a/plugins/MyDetails/src/frame.cpp +++ b/plugins/MyDetails/src/frame.cpp @@ -277,7 +277,7 @@ int CreateFrame() CLISTFrame Frame = { 0 }; Frame.cbSize = sizeof(Frame); - Frame.tname = _T("My details"); + Frame.tname = TranslateT("My details"); Frame.cbSize = sizeof(CLISTFrame); Frame.hWnd = hwnd_frame; Frame.align = alTop; -- cgit v1.2.3