summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src/resource.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-10-01 19:32:03 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-10-01 19:32:03 +0000
commit756c6e169bb748536a8c2f92f4b281ac480f481b (patch)
tree096a76930de0987236784a667ef342ef03ea37e7 /protocols/WhatsApp/src/resource.h
parent14a74931f1745787956e6428dfd9ae45c9cebf4f (diff)
added utility for accounts registration
git-svn-id: http://svn.miranda-ng.org/main/trunk@6292 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/resource.h')
-rw-r--r--protocols/WhatsApp/src/resource.h22
1 files changed, 12 insertions, 10 deletions
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