From c396f3cd8095b5808061af6c5b532ebf9b810136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Mon, 4 Jun 2012 10:25:48 +0000 Subject: Omegle smileys support fix. git-svn-id: http://svn.miranda-ng.org/main/trunk@295 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Omegle/proto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/Omegle/proto.cpp b/protocols/Omegle/proto.cpp index e6d2324aa3..db9d08a634 100644 --- a/protocols/Omegle/proto.cpp +++ b/protocols/Omegle/proto.cpp @@ -95,7 +95,7 @@ DWORD_PTR OmegleProto::GetCaps( int type, HANDLE hContact ) switch(type) { case PFLAGNUM_1: - return PF1_IM | PF1_CHAT; // TODO: Why we need PF1_IM to activate smileys? Shouldnt be PF1_CHAT enough? + return PF1_CHAT; case PFLAGNUM_2: return PF2_ONLINE; case PFLAGNUM_4: -- cgit v1.2.3