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 '7zip/FileManager/PropertyName.cpp')
-rwxr-xr-x7zip/FileManager/PropertyName.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/7zip/FileManager/PropertyName.cpp b/7zip/FileManager/PropertyName.cpp
index 5619273c..d6c5bac4 100755
--- a/7zip/FileManager/PropertyName.cpp
+++ b/7zip/FileManager/PropertyName.cpp
@@ -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);
}