diff options
Diffstat (limited to 'plugins/CloudFile/src/resource.h')
-rw-r--r-- | plugins/CloudFile/src/resource.h | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/plugins/CloudFile/src/resource.h b/plugins/CloudFile/src/resource.h index 4360fd84b5..90d32f5162 100644 --- a/plugins/CloudFile/src/resource.h +++ b/plugins/CloudFile/src/resource.h @@ -13,12 +13,14 @@ #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 -#define IDC_ACCOUNTS 1011 -#define IDC_SERVICES 1011 +#define IDC_DEFAULTSERVICE 1001 +#define IDC_DONOTHING 1010 +#define IDC_RENAMEONCONFLICT 1011 +#define IDC_REPLACEONCONFLICT 1012 +#define IDC_URL_ISTEMPORARY 1021 +#define IDC_URL_COPYTOCB 1022 +#define IDC_URL_COPYTOMIA 1023 +#define IDC_URL_AUTOSEND 1024 // Next default values for new objects // @@ -26,7 +28,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 130 #define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1013 +#define _APS_NEXT_CONTROL_VALUE 1030 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif |