From 89099ed8606d8fb719ae30cd7ca5376b0d4b74de Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 6 Jul 2015 19:11:45 +0000 Subject: frame name should not be translated in database git-svn-id: http://svn.miranda-ng.org/main/trunk@14501 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/BASS_interface/src/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/BASS_interface/src/Main.cpp b/plugins/BASS_interface/src/Main.cpp index 1c3dbe883b..e63e2ddd91 100644 --- a/plugins/BASS_interface/src/Main.cpp +++ b/plugins/BASS_interface/src/Main.cpp @@ -459,7 +459,7 @@ void CreateFrame() WS_CHILD | WS_CLIPCHILDREN, 0, 0, 10, 10, pcli->hwndContactList, NULL, hInst, NULL); CLISTFrame Frame = { sizeof(CLISTFrame) }; - Frame.tname = TranslateT("Bass Interface"); + Frame.tname = _T("Bass Interface"); Frame.hWnd = hwnd_plugin; Frame.align = alBottom; Frame.Flags = F_TCHAR | F_VISIBLE | F_SHOWTB | F_SHOWTBTIP; -- cgit v1.2.3