mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
ADD: Zipx to default plugins
This commit is contained in:
parent
4fba8fbb6b
commit
164086a77f
1 changed files with 4 additions and 0 deletions
|
|
@ -148,6 +148,10 @@ begin
|
|||
if I < 0 then
|
||||
gWCXPlugins.Add('txz', 95, Folder + 'zip' + PathDelim + 'zip.wcx');
|
||||
|
||||
I:= gWCXPlugins.IndexOfName('zipx');
|
||||
if I < 0 then
|
||||
gWCXPlugins.Add('zipx', 84, Folder + 'zip' + PathDelim + 'zip.wcx');
|
||||
|
||||
{$IF DEFINED(MSWINDOWS)}
|
||||
I:= gWCXPlugins.IndexOfName('cpio');
|
||||
if I < 0 then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue