diff options
author | Fishbone <fishbone@miranda-ng.org> | 2013-06-07 16:36:25 +0000 |
---|---|---|
committer | Fishbone <fishbone@miranda-ng.org> | 2013-06-07 16:36:25 +0000 |
commit | cbbbbae0ec63187368817c0c49741c4ec7a9fe41 (patch) | |
tree | fcb89bc00ceb12adbe36009e759e38f699c8de00 /protocols/WhatsApp/src/db.h | |
parent | fa38cd5864b1b8090be141e3c4291df6d3322e30 (diff) |
WhatsApp:
- removed duplicate resource file in "src"-directory
- finished registration (we don't know, if it already works. Hopefully I didn't break code-request again)
git-svn-id: http://svn.miranda-ng.org/main/trunk@4892 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/db.h')
-rw-r--r-- | protocols/WhatsApp/src/db.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/WhatsApp/src/db.h b/protocols/WhatsApp/src/db.h index d78d2e75d6..39508a98b9 100644 --- a/protocols/WhatsApp/src/db.h +++ b/protocols/WhatsApp/src/db.h @@ -31,6 +31,7 @@ #define WHATSAPP_KEY_AVATAR_ID "AvatarId"
#define WHATSAPP_KEY_SYSTRAY_NOTIFY "UseSystrayNotify"
#define WHATSAPP_KEY_DEF_GROUP "DefaultGroup"
+#define WHATSAPP_KEY_REG_CODE "RegistrationCode"
#define WHATSAPP_KEY_EVENT_CLIENT_ENABLE "EventClientEnable"
#define WHATSAPP_KEY_EVENT_OTHER_ENABLE "EventOtherEnable"
|