diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-10-15 10:36:22 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-10-15 10:36:22 +0000 |
commit | b1e20e52b7b0ed9cd528e209d0a09e1ef4e2c3b7 (patch) | |
tree | be0c0c2c428f5cde651c83c1832a261c5f82fbe4 /plugins/Db_autobackups/src/resource.h | |
parent | d7b9ee00b935f774c1d521b9efcb2e41f087f744 (diff) |
db_autobackups: dropbox support
git-svn-id: http://svn.miranda-ng.org/main/trunk@15560 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db_autobackups/src/resource.h')
-rw-r--r-- | plugins/Db_autobackups/src/resource.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/Db_autobackups/src/resource.h b/plugins/Db_autobackups/src/resource.h index c1e0c84d7d..b0628a3653 100644 --- a/plugins/Db_autobackups/src/resource.h +++ b/plugins/Db_autobackups/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}}
-// Microsoft Visual C++ generated include file.
-// Used by db_autobackups.rc
+// Включаемый файл, созданный в Microsoft Visual C++.
+// Используется D:\Others\SVN\MirandaNG\trunk\plugins\Db_autobackups\res\db_autobackups.rc
//
#define IDD_OPTIONS 101
#define IDI_ICON1 270
@@ -21,6 +21,8 @@ #define IDC_BUT_NOW 1671
#define IDC_CHK_NOPOPUP 1672
#define IDC_CHK_USEZIP 1673
+#define IDC_CHECK1 1674
+#define IDC_DROPBOX 1674
#define IDC_PROGRESSMESSAGE 0xDAED
#define IDC_PROGRESS 0xDEAD
@@ -30,7 +32,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 272
#define _APS_NEXT_COMMAND_VALUE 40018
-#define _APS_NEXT_CONTROL_VALUE 1673
+#define _APS_NEXT_CONTROL_VALUE 1675
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|