diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-04-22 10:55:09 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-04-22 10:55:09 +0000 |
commit | 69f2ca602c2ee8871abb591093a39209fc920931 (patch) | |
tree | 4cc28ead5da45d7f810f2dca3d45884beabc8cd3 /plugins | |
parent | b76abc0f853973cbbe4420957a82aeecc3060ac0 (diff) |
Translation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@9038 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ShellExt/src/shlcom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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
|