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/Archive/Z/DllExports.cpp')
-rwxr-xr-x7zip/Archive/Z/DllExports.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/7zip/Archive/Z/DllExports.cpp b/7zip/Archive/Z/DllExports.cpp
index d96cd303..9de69c9c 100755
--- a/7zip/Archive/Z/DllExports.cpp
+++ b/7zip/Archive/Z/DllExports.cpp
@@ -70,7 +70,10 @@ STDAPI GetHandlerProperty(PROPID propID, PROPVARIANT *value)
return S_OK;
}
case NArchive::kExtension:
- propVariant = L"z";
+ propVariant = L"z taz";
+ break;
+ case NArchive::kAddExtension:
+ propVariant = L"* .tar";
break;
case NArchive::kUpdate:
propVariant = false;