diff options
Diffstat (limited to 'plugins/CloudFile/src/resource.h')
-rw-r--r-- | plugins/CloudFile/src/resource.h | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/plugins/CloudFile/src/resource.h b/plugins/CloudFile/src/resource.h index 70a9fd5629..755d176034 100644 --- a/plugins/CloudFile/src/resource.h +++ b/plugins/CloudFile/src/resource.h @@ -1,28 +1,27 @@ //{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. -// Used by c:\Users\unsane\Projects\c++\miranda-ng\plugins\CloudFile\res\resource.rc +// Used by C:\Users\unsane\Projects\c++\miranda-ng\plugins\CloudFile\res\resource.rc // #define IDOK 1 #define IDCANCEL 2 -#define IDI_UPLOAD 105 -#define IDI_DROPBOX 106 -#define IDI_ICON1 108 -#define IDI_GDRIVE 108 -#define IDD_OPTIONS_MAIN 109 +#define IDI_UPLOAD 101 +#define IDI_DROPBOX 102 +#define IDI_GDRIVE 103 +#define IDI_YADISK 104 #define IDD_OAUTH 120 -#define IDC_URL_ISTEMPORARY 1004 -#define IDC_URL_COPYTOCB 1009 -#define IDC_URL_COPYTOMIA 1029 -#define IDC_URL_AUTOSEND 1030 -#define IDC_OAUTH_CODE 1082 -#define IDC_OAUTH_AUTHORIZE 1200 -#define IDC_STATIC -1 +#define IDC_OAUTH_CODE 121 +#define IDC_OAUTH_AUTHORIZE 122 +#define IDD_OPTIONS_MAIN 1000 +#define IDC_URL_ISTEMPORARY 1001 +#define IDC_URL_COPYTOCB 1002 +#define IDC_URL_COPYTOMIA 1003 +#define IDC_URL_AUTOSEND 1004 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 109 +#define _APS_NEXT_RESOURCE_VALUE 110 #define _APS_NEXT_COMMAND_VALUE 40001 #define _APS_NEXT_CONTROL_VALUE 1013 #define _APS_NEXT_SYMED_VALUE 101 |