mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 00:07:09 -06:00
4.50 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
7038848692
commit
980e181dcc
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user