diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-02-09 18:14:27 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-02-09 18:14:27 +0000 |
commit | 7200ed0e6db65ef17549004af7ed12b06b99d13a (patch) | |
tree | 9ecc312ca34ecfa9a28b678e08c6602fc1c814f5 /plugins/Db_autobackups/src/resource.h | |
parent | d49739f87dd347d6a560dd834788b74cf520b931 (diff) |
db_autobackups: support backuping profile folder
git-svn-id: http://svn.miranda-ng.org/main/trunk@16252 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db_autobackups/src/resource.h')
-rw-r--r-- | plugins/Db_autobackups/src/resource.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/Db_autobackups/src/resource.h b/plugins/Db_autobackups/src/resource.h index b0628a3653..40fb887c76 100644 --- a/plugins/Db_autobackups/src/resource.h +++ b/plugins/Db_autobackups/src/resource.h @@ -23,6 +23,8 @@ #define IDC_CHK_USEZIP 1673
#define IDC_CHECK1 1674
#define IDC_DROPBOX 1674
+#define IDC_CHECK2 1675
+#define IDC_BACKUPPROFILE 1675
#define IDC_PROGRESSMESSAGE 0xDAED
#define IDC_PROGRESS 0xDEAD
@@ -32,7 +34,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 272
#define _APS_NEXT_COMMAND_VALUE 40018
-#define _APS_NEXT_CONTROL_VALUE 1675
+#define _APS_NEXT_CONTROL_VALUE 1676
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|