diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-10-29 18:19:37 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-10-29 18:19:37 +0000 |
commit | 13045806fbae565ae8062166a328633622a0dcb9 (patch) | |
tree | 3015c5a3701832dc5db772b95d30c4dcaab3037b /protocols/WhatsApp | |
parent | bd6a9ef15c9d98acc55c49bc08a12bf1cc80386b (diff) |
comment fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@15648 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp')
-rw-r--r-- | protocols/WhatsApp/src/constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/constants.h b/protocols/WhatsApp/src/constants.h index 0571aa002c..64125f9b25 100644 --- a/protocols/WhatsApp/src/constants.h +++ b/protocols/WhatsApp/src/constants.h @@ -29,7 +29,7 @@ #define ACCOUNT_URL_REGISTERREQUESTV2 "https://v.whatsapp.net/v2/register"
#define ACCOUNT_URL_EXISTSV2 "https://v.whatsapp.net/v2/exist"
-// WhatsApp Nokia 302 S40
+// WhatsApp Samsung Galaxy S3
#define ACCOUNT_RESOURCE "Android-2.12.176-443"
#define WHATSAPP_RECV_MESSAGE 1
|