mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-02-01 14:24:14 -06:00
4.30 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
bcd1db2f5a
commit
e18587ba51
@@ -69,5 +69,5 @@ UString GetNameOfProperty(PROPID propID)
|
||||
if (index < 0)
|
||||
return UString();
|
||||
const CPropertyIDNamePair &pair = kPropertyIDNamePairs[index];
|
||||
return LangLoadStringW(pair.ResourceID, pair.LangID);
|
||||
return LangString(pair.ResourceID, pair.LangID);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user