diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-02-26 11:29:17 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-02-26 11:29:17 +0000 |
commit | 987ceba57a977c691977a0f5aa8005678fcbc7e7 (patch) | |
tree | 1e52b2b0aafc60d0365034f28394cfb2dee0e587 /plugins/Dropbox/src/resource.h | |
parent | a16909cbcbf6d18ab622ac5bbb05a8d743a93db3 (diff) |
Dropbox:
- added ability to intercept transfers from other protocols
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@16344 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/resource.h')
-rw-r--r-- | plugins/Dropbox/src/resource.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/plugins/Dropbox/src/resource.h b/plugins/Dropbox/src/resource.h index 314d82c2b3..a01728b502 100644 --- a/plugins/Dropbox/src/resource.h +++ b/plugins/Dropbox/src/resource.h @@ -1,10 +1,11 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by e:\Projects\C++\MirandaNG\plugins\Dropbox\res\resource.rc
+// Used by d:\Projects\MirandaNG\plugins\Dropbox\res\resource.rc
//
#define IDI_DROPBOX 102
#define IDI_UPLOAD 103
#define IDD_OPTIONS_MAIN 109
+#define IDD_OPTIONS_INTERCEPTION 110
#define IDC_REQUEST_CODE 1001
#define IDC_AUTHORIZE 1002
#define IDC_CHECK2 1004
@@ -14,6 +15,8 @@ #define IDC_GET_AUTH_LINK 1006
#define IDC_URL_COPYTOCB 1009
#define IDC_CHECK1 1010
+#define IDC_PROTOCOLS 1011
+#define IDC_ACCOUNTS 1011
#define IDC_URL_COPYTOML 1029
#define IDC_URL_COPYTOMIA 1029
#define IDC_URL_AUTOSEND 1030
@@ -25,7 +28,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 104
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1011
+#define _APS_NEXT_CONTROL_VALUE 1013
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|