diff options
author | Sergey Tatarinov <tatarinov.sergey@gmail.com> | 2013-11-11 17:16:42 +0000 |
---|---|---|
committer | Sergey Tatarinov <tatarinov.sergey@gmail.com> | 2013-11-11 17:16:42 +0000 |
commit | 729e1455178c6e5e83e9c6fcbc9deda2bec35a92 (patch) | |
tree | 6ea6e124a574826ff39821f9ab2529fd375ea5fe /plugins/Db_autobackups/src/resource.h | |
parent | f82d7993aa423b0628a662f2d58bbf387cb48db8 (diff) |
Db_autobackups: added ability to compress the backups in the archive, version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@6867 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db_autobackups/src/resource.h')
-rw-r--r-- | plugins/Db_autobackups/src/resource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Db_autobackups/src/resource.h b/plugins/Db_autobackups/src/resource.h index fe3f28621c..c1e0c84d7d 100644 --- a/plugins/Db_autobackups/src/resource.h +++ b/plugins/Db_autobackups/src/resource.h @@ -20,6 +20,7 @@ #define IDC_CHK_NOPROG 1670
#define IDC_BUT_NOW 1671
#define IDC_CHK_NOPOPUP 1672
+#define IDC_CHK_USEZIP 1673
#define IDC_PROGRESSMESSAGE 0xDAED
#define IDC_PROGRESS 0xDEAD
|