From e5cb033463036b182fb6e5e3eed50a14987f5300 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 7 Jun 2015 18:19:34 +0000 Subject: SKINICONDESC -> MAllStrings git-svn-id: http://svn.miranda-ng.org/main/trunk@14054 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/src/proto.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols/WhatsApp') diff --git a/protocols/WhatsApp/src/proto.cpp b/protocols/WhatsApp/src/proto.cpp index 780bd12159..4823119505 100644 --- a/protocols/WhatsApp/src/proto.cpp +++ b/protocols/WhatsApp/src/proto.cpp @@ -12,8 +12,8 @@ struct SearchParam LONG id; }; -WhatsAppProto::WhatsAppProto(const char* proto_name, const TCHAR* username) : - PROTO(proto_name, username), +WhatsAppProto::WhatsAppProto(const char *proto_name, const TCHAR *username) + : PROTO(proto_name, username), m_tszDefaultGroup(getTStringA(WHATSAPP_KEY_DEF_GROUP)) { update_loop_lock_ = CreateEvent(NULL, false, false, NULL); @@ -322,7 +322,7 @@ int WhatsAppProto::OnUserInfo(WPARAM, LPARAM hContact) ptrA jid(getStringA(hContact, WHATSAPP_KEY_ID)); if (jid && isOnline()) m_pConnection->sendQueryLastOnline((char*)jid); - + return 0; } -- cgit v1.2.3