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

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/FileManager/PanelListNotify.cpp')
-rwxr-xr-xCPP/7zip/FileManager/PanelListNotify.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/CPP/7zip/FileManager/PanelListNotify.cpp b/CPP/7zip/FileManager/PanelListNotify.cpp
index 44bb3e8b..9e319cce 100755
--- a/CPP/7zip/FileManager/PanelListNotify.cpp
+++ b/CPP/7zip/FileManager/PanelListNotify.cpp
@@ -136,6 +136,10 @@ LRESULT CPanel::SetItemText(LVITEMW &item)
else
s = ConvertPropertyToString(propVariant, propID, false);
+ {
+ s.Replace(wchar_t(0xA), L' ');
+ s.Replace(wchar_t(0xD), L' ');
+ }
int size = item.cchTextMax;
if(size > 0)
{