mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 11:14:58 -06:00
22.00
This commit is contained in:
5
CPP/7zip/UI/FileManager/Panel.cpp
Normal file → Executable file
5
CPP/7zip/UI/FileManager/Panel.cpp
Normal file → Executable file
@@ -20,6 +20,7 @@
|
||||
|
||||
#include "../Common/ArchiveName.h"
|
||||
#include "../Common/CompressCall.h"
|
||||
#include "../Common/ZipRegistry.h"
|
||||
|
||||
#include "../Agent/IFolderArchive.h"
|
||||
|
||||
@@ -971,9 +972,13 @@ void CPanel::ExtractArchives()
|
||||
outFolder += '*';
|
||||
outFolder.Add_PathSepar();
|
||||
|
||||
CContextMenuInfo ci;
|
||||
ci.Load();
|
||||
|
||||
::ExtractArchives(paths, outFolder
|
||||
, true // showDialog
|
||||
, false // elimDup
|
||||
, ci.WriteZone
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user