summaryrefslogtreecommitdiff
path: root/plugins/ClientChangeNotify/src/Misc.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-04-27 23:24:15 +0200
committerGeorge Hazan <ghazan@miranda.im>2018-04-27 23:25:14 +0200
commit77d5da22c96501bb51a348afee5aed48a02d1956 (patch)
treead3554c9cbcde2fc82ad380402f838a788b9478c /plugins/ClientChangeNotify/src/Misc.h
parent513f0d3a3c99a5b9040de359deebe4dae6b00fe7 (diff)
compilation fix
Diffstat (limited to 'plugins/ClientChangeNotify/src/Misc.h')
-rw-r--r--plugins/ClientChangeNotify/src/Misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ClientChangeNotify/src/Misc.h b/plugins/ClientChangeNotify/src/Misc.h
index 2de5d756d2..9ea8beba5d 100644
--- a/plugins/ClientChangeNotify/src/Misc.h
+++ b/plugins/ClientChangeNotify/src/Misc.h
@@ -47,7 +47,7 @@ __inline void ShowLog(TCString &LogFilePath)
{
wchar_t szError[64];
mir_snwprintf(szError, TranslateT("Error #%d"), Result);
- ShowMsg(szError, TranslateT("Can't open log file ") + LogFilePath, true);
+ ShowMsg(szError, TCString(TranslateT("Can't open log file ")) + LogFilePath, true);
}
}