|
@@ -643,6 +643,7 @@ function TMultiArcItem.Clone: TMultiArcItem;
|
|
|
begin
|
|
|
Result := TMultiArcItem.Create;
|
|
|
//Keep elements in some ordre a when loading them from the .ini, it will be simpler to validate if we are missing one.
|
|
|
+ Result.FPacker := Self.FPacker;
|
|
|
Result.FArchiver := Self.FArchiver;
|
|
|
Result.FDescription := Self.FDescription;
|
|
|
Result.FID := Self.FID;
|