mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-02-01 00:24:14 -06:00
9.34
This commit is contained in:
committed by
Kornel Lesiński
parent
83f8ddcc5b
commit
f08f4dcc3c
Executable → Regular
+5
-5
@@ -6,7 +6,7 @@
|
||||
|
||||
namespace NUpdateArchive {
|
||||
|
||||
const CActionSet kAddActionSet =
|
||||
const CActionSet k_ActionSet_Add =
|
||||
{{
|
||||
NPairAction::kCopy,
|
||||
NPairAction::kCopy,
|
||||
@@ -17,7 +17,7 @@ const CActionSet kAddActionSet =
|
||||
NPairAction::kCompress
|
||||
}};
|
||||
|
||||
const CActionSet kUpdateActionSet =
|
||||
const CActionSet k_ActionSet_Update =
|
||||
{{
|
||||
NPairAction::kCopy,
|
||||
NPairAction::kCopy,
|
||||
@@ -28,7 +28,7 @@ const CActionSet kUpdateActionSet =
|
||||
NPairAction::kCompress
|
||||
}};
|
||||
|
||||
const CActionSet kFreshActionSet =
|
||||
const CActionSet k_ActionSet_Fresh =
|
||||
{{
|
||||
NPairAction::kCopy,
|
||||
NPairAction::kCopy,
|
||||
@@ -39,7 +39,7 @@ const CActionSet kFreshActionSet =
|
||||
NPairAction::kCompress
|
||||
}};
|
||||
|
||||
const CActionSet kSynchronizeActionSet =
|
||||
const CActionSet k_ActionSet_Sync =
|
||||
{{
|
||||
NPairAction::kCopy,
|
||||
NPairAction::kIgnore,
|
||||
@@ -50,7 +50,7 @@ const CActionSet kSynchronizeActionSet =
|
||||
NPairAction::kCompress,
|
||||
}};
|
||||
|
||||
const CActionSet kDeleteActionSet =
|
||||
const CActionSet k_ActionSet_Delete =
|
||||
{{
|
||||
NPairAction::kCopy,
|
||||
NPairAction::kIgnore,
|
||||
|
||||
Reference in New Issue
Block a user