diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-28 12:03:47 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-28 12:03:47 +0300 |
commit | c505cadce283c5abf15f87e3c72655c70d738e21 (patch) | |
tree | 114c31c8a5715e48af60d180b34693648962a44a /protocols/ICQ-WIM/src/resource.h | |
parent | 76350d50ef7043a171292d6ec7574ed863af4067 (diff) |
ICQ10:
- fixes #1800 (ICQ10: add aboutMe content to user info);
- added ICQ User Info page
- code cleaning
Diffstat (limited to 'protocols/ICQ-WIM/src/resource.h')
-rw-r--r-- | protocols/ICQ-WIM/src/resource.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/protocols/ICQ-WIM/src/resource.h b/protocols/ICQ-WIM/src/resource.h index beeac3d899..866a0b9363 100644 --- a/protocols/ICQ-WIM/src/resource.h +++ b/protocols/ICQ-WIM/src/resource.h @@ -1,10 +1,11 @@ //{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. -// Used by w:\miranda-ng\protocols\Icq10\res\resources.rc +// Used by w:\miranda-ng\protocols\ICQ-WIM\res\resources.rc // #define IDD_OPTIONS_FULL 101 #define IDD_OPTIONS_ACCMGR 102 #define IDD_GROUPCHAT_INVITE 103 +#define IDD_INFO_ICQ 104 #define IDD_REGISTER 105 #define IDC_PASSWORD 1001 #define IDC_UIN 1002 @@ -16,14 +17,16 @@ #define IDC_CLIST 1007 #define IDC_SENDSMS 1008 #define IDC_CODE 1009 +#define IDC_ONLINESINCE 1010 +#define IDC_IDLETIME 1011 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 107 +#define _APS_NEXT_RESOURCE_VALUE 108 #define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1010 +#define _APS_NEXT_CONTROL_VALUE 1013 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif |