diff options
Diffstat (limited to 'protocols/Facebook/src/resource.h')
-rw-r--r-- | protocols/Facebook/src/resource.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/protocols/Facebook/src/resource.h b/protocols/Facebook/src/resource.h index 2db5b9fc2e..86512c93e7 100644 --- a/protocols/Facebook/src/resource.h +++ b/protocols/Facebook/src/resource.h @@ -10,14 +10,16 @@ #define IDC_PW 1002 #define IDC_NEWACCOUNTLINK 1003 #define IDC_GROUP 1004 +#define IDC_ENABLECHATS 1005 +#define IDC_HIDECHATS 1006 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 102 +#define _APS_NEXT_RESOURCE_VALUE 103 #define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1004 +#define _APS_NEXT_CONTROL_VALUE 1006 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif |