From 756c6e169bb748536a8c2f92f4b281ac480f481b Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 1 Oct 2013 19:32:03 +0000 Subject: added utility for accounts registration git-svn-id: http://svn.miranda-ng.org/main/trunk@6292 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/src/resource.h | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'protocols/WhatsApp/src/resource.h') diff --git a/protocols/WhatsApp/src/resource.h b/protocols/WhatsApp/src/resource.h index 08ca2a251a..1c2d4f26a9 100644 --- a/protocols/WhatsApp/src/resource.h +++ b/protocols/WhatsApp/src/resource.h @@ -3,17 +3,19 @@ // Used by whatsapp.rc // #define IDD_WHATSAPPACCOUNT 101 -#define IDI_WHATSAPP 103 -#define IDD_INPUTBOX 103 -#define IDI_ADD_GROUP 106 -#define IDI_ADD_USER_TO_GROUP 107 -#define IDI_RENAME_GROUP 108 -#define IDI_CHANGE_GROUP_SUBJECT 108 -#define IDI_LEAVE_GROUP 109 -#define IDI_REMOVE_USER_FROM_GROUP 110 +#define IDD_INPUTBOX 102 +#define IDR_REGISTERUTILITY 103 +#define IDI_WHATSAPP 203 +#define IDI_ADD_GROUP 206 +#define IDI_ADD_USER_TO_GROUP 207 +#define IDI_RENAME_GROUP 208 +#define IDI_CHANGE_GROUP_SUBJECT 209 +#define IDI_LEAVE_GROUP 210 +#define IDI_REMOVE_USER_FROM_GROUP 211 #define IDC_LOGIN 1003 -#define IDC_SSL 1004 -#define IDC_NICK 1005 +#define IDC_PW 1004 +#define IDC_SSL 1005 +#define IDC_NICK 1006 #define IDC_BUTTON_REQUEST_CODE 1007 #define IDC_BUTTON_REGISTER 1008 #define IDC_CC 1009 -- cgit v1.2.3