diff options
author | Robert Pösel <robyer@seznam.cz> | 2012-06-04 10:25:48 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2012-06-04 10:25:48 +0000 |
commit | c396f3cd8095b5808061af6c5b532ebf9b810136 (patch) | |
tree | fe8f5c77206d1d1b645ff08cfcd0164a08fc3af2 /protocols | |
parent | 50a3b87e2da17eac026ec6e666b75df0aecaace8 (diff) |
Omegle smileys support fix.
git-svn-id: http://svn.miranda-ng.org/main/trunk@295 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Omegle/proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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:
|