diff options
author | aunsane <aunsane@gmail.com> | 2018-04-11 23:37:53 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-04-11 23:38:18 +0300 |
commit | 98c8a49c029397c7e5b81e19292681f24a533e0e (patch) | |
tree | ace75eb705f679ed1e69742dcef85d1b2242f578 /plugins/CloudFile/src/resource.h | |
parent | 21fe9b80ff4030f76f68a90726bc29e49627414c (diff) |
CloudFile: Add "grant acess" link to CloudFile accounts (fixed #1260)
Diffstat (limited to 'plugins/CloudFile/src/resource.h')
-rw-r--r-- | plugins/CloudFile/src/resource.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/plugins/CloudFile/src/resource.h b/plugins/CloudFile/src/resource.h index aa5daf96da..d839f15da4 100644 --- a/plugins/CloudFile/src/resource.h +++ b/plugins/CloudFile/src/resource.h @@ -1,9 +1,10 @@ //{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. -// Used by D:\Projects\c++\miranda-ng\plugins\CloudFile\res\resource.rc +// Used by D:\Projects\miranda-ng\miranda-ng\plugins\CloudFile\res\resource.rc // #define IDOK 1 #define IDCANCEL 2 +#define IDD_ACCMGR 9 #define IDI_UPLOAD 101 #define IDI_DROPBOX 102 #define IDI_GDRIVE 103 @@ -22,14 +23,16 @@ #define IDC_URL_COPYTOMIA 1023 #define IDC_URL_AUTOSEND 1024 #define IDC_AUTH_TEXT 1031 +#define IDC_REQUESTACCESS 1033 +#define IDC_REVOKEACCESS 1034 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 132 +#define _APS_NEXT_RESOURCE_VALUE 133 #define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1033 +#define _APS_NEXT_CONTROL_VALUE 1034 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif |