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-15 03:11:28 +0300
committerelfmz <fenix1905@tut.by>2022-02-15 03:11:28 +0300
commit88858d0db19bdfb6fbdb997cecd7c974abe730d1 (patch)
treeceba68e5becf67081bd0ca1361f803f60e8d6885 /far2l/src/flupdate.cpp
parenta14bebeeaf7a003e112b3ffd71261b2f4435b83d (diff)
continue MSG() macro cleanup
Diffstat (limited to 'far2l/src/flupdate.cpp')
-rw-r--r--far2l/src/flupdate.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/far2l/src/flupdate.cpp b/far2l/src/flupdate.cpp
index e5a0a5dc..4a377f0d 100644
--- a/far2l/src/flupdate.cpp
+++ b/far2l/src/flupdate.cpp
@@ -106,7 +106,7 @@ void FileList::UpdateIfRequired()
void ReadFileNamesMsg(const wchar_t *Msg)
{
- Message(0,0,MSG(MReadingTitleFiles),Msg);
+ Message(0,0,MReadingTitleFiles,Msg);
PreRedrawItem preRedrawItem=PreRedraw.Peek();
preRedrawItem.Param.Param1=(void*)Msg;
PreRedraw.SetParam(preRedrawItem.Param);
@@ -352,7 +352,7 @@ void FileList::ReadFileNames(int KeepSelection, int IgnoreVisible, int DrawMessa
}
if (!(FindErrorCode==ERROR_SUCCESS || FindErrorCode==ERROR_NO_MORE_FILES || FindErrorCode==ERROR_FILE_NOT_FOUND))
- Message(MSG_WARNING|MSG_ERRORTYPE,1,MSG(MError),MSG(MReadFolderError),MSG(MOk));
+ Message(MSG_WARNING|MSG_ERRORTYPE,1,MError,MReadFolderError,MOk);
/*
int NetRoot=FALSE;
if (strCurDir.At(0)==GOOD_SLASH && strCurDir.At(1)==GOOD_SLASH)