diff options
author | Sergey (Elzor) Bolhovskoy <elzor@foobar2000.ru> | 2010-04-08 19:46:22 +0600 |
---|---|---|
committer | Sergey (Elzor) Bolhovskoy <elzor@foobar2000.ru> | 2010-04-08 19:46:22 +0600 |
commit | c0245a95c2bbe2e83a5514e6652ce483a70122ee (patch) | |
tree | 1957eaacd6c0b825dd17759e35514f519b84d8ca /resource.h | |
parent | b63effd23d033036b6b07c16680d26636289ab53 (diff) |
Add more options for ICQ protocol, auto remove useless messages from contact
Diffstat (limited to 'resource.h')
-rw-r--r-- | resource.h | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -40,7 +40,12 @@ #define ID_EXCLUDE 1021 #define ID_ADDPERMANENT3 1022 #define ID_DEL_NO_IN_LIST 1022 -#define ID_IGNOREURL 1023 +#define IDC_ADDTOSRVLST 1022 +#define ID_IGNOREURL 1023 +#define IDC_EDIT1 1024 +#define IDC_AUTOADDGROUP 1024 +#define IDC_AUTOAUTH 1025 +#define IDC_REQAUTH 1026 // Next default values for new objects // @@ -48,7 +53,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 104 #define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1021 +#define _APS_NEXT_CONTROL_VALUE 1027 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif |