From 423be683866fd8e305457eb725d8cdbe1f297fbd Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 27 Feb 2019 12:43:20 +0300 Subject: popup code cleaning (cause we have no tchar.h) --- plugins/CmdLine/src/services.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/CmdLine/src') diff --git a/plugins/CmdLine/src/services.cpp b/plugins/CmdLine/src/services.cpp index 333cc893a1..68a6245aa3 100644 --- a/plugins/CmdLine/src/services.cpp +++ b/plugins/CmdLine/src/services.cpp @@ -84,7 +84,7 @@ int StartServer() failure = 0; } - else PUShowMessageT(TranslateT("Could not create CommandLine listening server!"), SM_WARNING); + else PUShowMessageW(TranslateT("Could not create CommandLine listening server!"), SM_WARNING); } else MessageBox(nullptr, TranslateT("You can only run one instance of CmdLine plugin."), TranslateT("Error"), MB_ICONERROR | MB_OK); } -- cgit v1.2.3