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-14 23:59:07 +0300
committerelfmz <fenix1905@tut.by>2022-02-14 23:59:07 +0300
commit5584a985949c20b4c5832aa66b023552fb751431 (patch)
tree66b5fdd7af7090fe0361cdaf0456b3cc13a2d688 /far2l/src/setattr.cpp
parent0d6fe10df7e6c10bee9ca5221fbf14c3d0b7df86 (diff)
final fix for too long list of strings in Message() function (fix #1248)
Diffstat (limited to 'far2l/src/setattr.cpp')
-rw-r--r--far2l/src/setattr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/far2l/src/setattr.cpp b/far2l/src/setattr.cpp
index 4fe2c637..9aa98e07 100644
--- a/far2l/src/setattr.cpp
+++ b/far2l/src/setattr.cpp
@@ -541,7 +541,7 @@ static void SystemProperties(const FARString &strSelName)
lines_wz.push_back(l.c_str());
lines_wz.push_back(MSG(MHOk));
- Message(0, 1, MSG(MSetAttrSystemDialog), &lines_wz[0], lines_wz.size());
+ MessageEx(0, 1, MSG(MSetAttrSystemDialog), &lines_wz[0], lines_wz.size());
}
static bool CheckFileOwnerGroup(DialogItemEx &EditItem, bool (WINAPI *GetFN)(const wchar_t *,const wchar_t *, FARString &),