diff options
Diffstat (limited to 'protocols/Discord/src/resource.h')
-rw-r--r-- | protocols/Discord/src/resource.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/protocols/Discord/src/resource.h b/protocols/Discord/src/resource.h index f1e2a41867..44d79b91ae 100644 --- a/protocols/Discord/src/resource.h +++ b/protocols/Discord/src/resource.h @@ -5,6 +5,11 @@ #define IDI_MAIN 101 #define IDI_OFFLINE 102 +#define IDD_OPTIONS_ACCOUNT 103 + +#define IDC_PASSWORD 1001 +#define IDC_USERNAME 1002 +#define IDC_GROUP 1003 // Next default values for new objects // @@ -12,7 +17,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 103 #define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1001 +#define _APS_NEXT_CONTROL_VALUE 1004 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif |