diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-11-30 08:28:00 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-11-30 08:28:53 +0300 |
commit | 0a95d1c9e2791898c03eab04a06932ec65f3a934 (patch) | |
tree | d6da4343c1926c92d2ffe2b5600ce92047aca449 /plugins/Dropbox/src/resource.h | |
parent | 4c1b34caa7f00625b944b58ec9d69f4670cc4595 (diff) |
Dropbox moved to deprecated (use CloudFile)
Diffstat (limited to 'plugins/Dropbox/src/resource.h')
-rw-r--r-- | plugins/Dropbox/src/resource.h | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/plugins/Dropbox/src/resource.h b/plugins/Dropbox/src/resource.h deleted file mode 100644 index 1c8d33bf53..0000000000 --- a/plugins/Dropbox/src/resource.h +++ /dev/null @@ -1,34 +0,0 @@ -//{{NO_DEPENDENCIES}}
-// Microsoft Visual C++ generated include file.
-// Used by C:\Users\unsane\Projects\c++\miranda-ng\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_USE_SHORT_LINKS 1004
-#define IDC_URL_USE_SHORT 1004
-#define IDC_URL_ISTEMPORARY 1004
-#define IDC_AUTH_STATUS 1005
-#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
-#define IDC_GETAUTH 1200
-
-// Next default values for new objects
-//
-#ifdef APSTUDIO_INVOKED
-#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 105
-#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1013
-#define _APS_NEXT_SYMED_VALUE 101
-#endif
-#endif
|