From 775eca92d90a473e087d4598a8539b7842c631b0 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 22 Apr 2014 16:29:46 +0000 Subject: ShlExt compilation fix (thx person) git-svn-id: http://svn.miranda-ng.org/main/trunk@9053 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 54fa5a2b09..2908263d46 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 = _T("Miranda"); + szMiranda = "Miranda"; lstrcpynA(pMMT->MirandaName, szMiranda, sizeof(pMMT->MirandaName) - 1); // for the MRU menu -- cgit v1.2.3