From 69f2ca602c2ee8871abb591093a39209fc920931 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 22 Apr 2014 10:55:09 +0000 Subject: Translation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@9038 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ShellExt/src/shlcom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ShellExt/src/shlcom.cpp b/plugins/ShellExt/src/shlcom.cpp index 25bd3d4d4d..54fa5a2b09 100644 --- a/plugins/ShellExt/src/shlcom.cpp +++ b/plugins/ShellExt/src/shlcom.cpp @@ -414,7 +414,7 @@ void __stdcall ipcService(ULONG_PTR dwParam) pMMT->dwFlags = HIPC_NOICONS; // see if we have a custom string for 'Miranda' - szMiranda = Translate("Miranda"); + szMiranda = _T("Miranda"); lstrcpynA(pMMT->MirandaName, szMiranda, sizeof(pMMT->MirandaName) - 1); // for the MRU menu -- cgit v1.2.3