diff options
author | George Hazan <george.hazan@gmail.com> | 2015-02-15 15:27:09 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-02-15 15:27:09 +0000 |
commit | 4982a2b85b8022d75914970dd04f8ef32b5200f1 (patch) | |
tree | 60e6a833bad8c0cd32e41cd8ae134d79be36631b /protocols/WhatsApp | |
parent | e018f58931bdc8147f3131e4c59965c268f476b6 (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@12126 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp')
-rw-r--r-- | protocols/WhatsApp/src/proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/proto.cpp b/protocols/WhatsApp/src/proto.cpp index aa09bbac80..d058005b51 100644 --- a/protocols/WhatsApp/src/proto.cpp +++ b/protocols/WhatsApp/src/proto.cpp @@ -76,7 +76,7 @@ int WhatsAppProto::OnEvent(PROTOEVENTTYPE evType, WPARAM wParam, LPARAM lParam) HookProtoEvent(ME_GC_EVENT, &WhatsAppProto::onGroupChatEvent);
HookProtoEvent(ME_GC_BUILDMENU, &WhatsAppProto::OnChatMenu);
}
- return 0;
+ return TRUE;
}
DWORD_PTR WhatsAppProto::GetCaps(int type, MCONTACT hContact)
|