diff options
author | George Hazan <ghazan@miranda.im> | 2019-02-04 21:33:18 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-02-04 21:33:26 +0300 |
commit | 338a21fdbdab5863b17dd64aa087110cc33049d6 (patch) | |
tree | c8736d80fbf0531b20445ab114bc5ffc27a49426 /protocols/ICQ-WIM/src/resource.h | |
parent | 3f6d3a6f5c6075e6c4f85ccbfe17b128c81a9aad (diff) |
fixes #1718 (ICQ10: major crutch to compensate behavior of the official ICQ client)
Diffstat (limited to 'protocols/ICQ-WIM/src/resource.h')
-rw-r--r-- | protocols/ICQ-WIM/src/resource.h | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/protocols/ICQ-WIM/src/resource.h b/protocols/ICQ-WIM/src/resource.h index b38a314f8f..c62742adb3 100644 --- a/protocols/ICQ-WIM/src/resource.h +++ b/protocols/ICQ-WIM/src/resource.h @@ -7,7 +7,7 @@ #define IDD_GROUPCHAT_INVITE 103 #define IDD_INFO_ICQ 104 #define IDD_REGISTER 105 -#define IDD_EDITIGNORE 106 +#define IDD_EDITIGNORE 106 #define IDC_PASSWORD 1001 #define IDC_UIN 1002 #define IDC_UIN2 1003 @@ -24,15 +24,21 @@ #define IDC_MEMBERSINCE 1013 #define IDC_LASTSEEN 1014 #define IDC_EMAIL 1015 -#define IDC_LIST 1016 +#define IDC_LIST 1016 +#define IDC_DIFF1 1017 +#define IDC_SPIN1 1018 +#define IDC_STATUS1 1019 +#define IDC_DIFF2 1023 +#define IDC_SPIN2 1024 +#define IDC_STATUS2 1025 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 108 +#define _APS_NEXT_RESOURCE_VALUE 109 #define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1017 +#define _APS_NEXT_CONTROL_VALUE 1020 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif |