From 987ceba57a977c691977a0f5aa8005678fcbc7e7 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Fri, 26 Feb 2016 11:29:17 +0000 Subject: 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 --- plugins/Dropbox/src/resource.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'plugins/Dropbox/src/resource.h') 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 -- cgit v1.2.3