Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/elfmz/far2l.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelfmz <fenix1905@tut.by>2022-02-20 02:02:21 +0300
committerGitHub <noreply@github.com>2022-02-20 02:02:21 +0300
commite0f3f14fb3d648ba640e75cf25e257ac8fde4865 (patch)
treea88b1d0d075cd8a951a757e45114cf64a8cd6fb3 /far2l/src/execute_oscmd.cpp
parentdc2f6de4c2f438046b4d31cf4c2078b6ad65a5ce (diff)
Language refactor (#1271)
optimized and refactored language files loader got rid of MSG() macro and use Msg:: namespace instead
Diffstat (limited to 'far2l/src/execute_oscmd.cpp')
-rw-r--r--far2l/src/execute_oscmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/far2l/src/execute_oscmd.cpp b/far2l/src/execute_oscmd.cpp
index 88926041..23a9ad3b 100644
--- a/far2l/src/execute_oscmd.cpp
+++ b/far2l/src/execute_oscmd.cpp
@@ -189,7 +189,7 @@ BOOL CommandLine::IntChDir(const wchar_t *CmdLine,int ClosePlugin,bool Silent)
else
{
if (!Silent)
- Message(MSG_WARNING|MSG_ERRORTYPE,1,MError,strDir,MOk);
+ Message(MSG_WARNING|MSG_ERRORTYPE,1,Msg::Error,strDir,Msg::Ok);
return FALSE;
}