diff options
-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 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
|