mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-01-31 10:24:13 -06:00
22.00
This commit is contained in:
Regular → Executable
Regular → Executable
+4
-1
@@ -102,6 +102,7 @@ CZipContextMenu::CZipContextMenu():
|
||||
_isMenuForFM(false),
|
||||
_dropMode(false),
|
||||
_bitmap(NULL),
|
||||
_writeZone((UInt32)(Int32)-1),
|
||||
IsSeparator(false),
|
||||
IsRoot(true),
|
||||
CurrentSubCommand(0)
|
||||
@@ -560,6 +561,7 @@ STDMETHODIMP CZipContextMenu::QueryContextMenu(HMENU hMenu, UINT indexMenu,
|
||||
ci.Load();
|
||||
|
||||
_elimDup = ci.ElimDup;
|
||||
_writeZone = ci.WriteZone;
|
||||
|
||||
HBITMAP bitmap = NULL;
|
||||
if (ci.MenuIcons.Val)
|
||||
@@ -1167,7 +1169,8 @@ HRESULT CZipContextMenu::InvokeCommandCommon(const CCommandMapItem &cmi)
|
||||
{
|
||||
ExtractArchives(_fileNames, cmi.Folder,
|
||||
(cmdID == kExtract), // showDialog
|
||||
(cmdID == kExtractTo) && _elimDup.Val // elimDup
|
||||
(cmdID == kExtractTo) && _elimDup.Val, // elimDup
|
||||
_writeZone
|
||||
);
|
||||
break;
|
||||
}
|
||||
|
||||
Regular → Executable
+1
@@ -129,6 +129,7 @@ private:
|
||||
|
||||
HBITMAP _bitmap;
|
||||
CBoolPair _elimDup;
|
||||
UInt32 _writeZone;
|
||||
|
||||
bool IsSeparator;
|
||||
bool IsRoot;
|
||||
|
||||
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
|
Before Width: | Height: | Size: 114 B After Width: | Height: | Size: 114 B |
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Reference in New Issue
Block a user