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 02:04:14 +0300
committerelfmz <fenix1905@tut.by>2022-02-15 02:04:14 +0300
commita14bebeeaf7a003e112b3ffd71261b2f4435b83d (patch)
tree3e6b0c313a7094abd8c03e6c4dcbd2f15defe35c /far2l/src/findfile.cpp
parentb5e5d58b43a1526bae99d5beedb276ba7c489d1a (diff)
dont use MSG() macro for Message() arguments - its not needed anymore
Diffstat (limited to 'far2l/src/findfile.cpp')
-rw-r--r--far2l/src/findfile.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/far2l/src/findfile.cpp b/far2l/src/findfile.cpp
index b5f8fffc..c02a299f 100644
--- a/far2l/src/findfile.cpp
+++ b/far2l/src/findfile.cpp
@@ -1977,10 +1977,10 @@ static LONG_PTR WINAPI FindDlgProc(HANDLE hDlg, int Msg, int Param1, LONG_PTR Pa
{
char MsgFullFileName[NM];
far_strncpy(MsgFullFileName,SearchFileName,sizeof(MsgFullFileName));
- int MsgCode=Message(0,2,MSG(MFindFileTitle),
+ int MsgCode=Message(0,2,MFindFileTitle,
TruncPathStr(MsgFullFileName,ScrX-16),
- MSG(MAskReload),
- MSG(MCurrent),MSG(MNewOpen));
+ MAskReload,
+ MCurrent,MNewOpen);
if (!MsgCode)
{
SwitchTo=TRUE;