summaryrefslogtreecommitdiff
path: root/protocols/Gadu-Gadu/src
diff options
context:
space:
mode:
authorSzymon Tokarz <wsx22@o2.pl>2013-03-25 00:58:31 +0000
committerSzymon Tokarz <wsx22@o2.pl>2013-03-25 00:58:31 +0000
commit34656bb406499c1f43b38f6a3efeae195eda6815 (patch)
tree9a1c1418c284cd0aa37ed526a6fa4e84de744836 /protocols/Gadu-Gadu/src
parent8f5d084383740f0848c4e181bde90a2aa238d9d1 (diff)
Gadu-Gadu protocol
- PF4_IMSENDUTF flag added to GetCaps(PFLAGNUM_4) git-svn-id: http://svn.miranda-ng.org/main/trunk@4182 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Gadu-Gadu/src')
-rw-r--r--protocols/Gadu-Gadu/src/gg_proto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Gadu-Gadu/src/gg_proto.cpp b/protocols/Gadu-Gadu/src/gg_proto.cpp
index 6cb123ca73..1c6caf192a 100644
--- a/protocols/Gadu-Gadu/src/gg_proto.cpp
+++ b/protocols/Gadu-Gadu/src/gg_proto.cpp
@@ -176,7 +176,7 @@ DWORD_PTR GGPROTO::GetCaps(int type, HANDLE hContact)
case PFLAGNUM_3:
return PF2_ONLINE | PF2_SHORTAWAY | PF2_HEAVYDND | PF2_FREECHAT | PF2_INVISIBLE;
case PFLAGNUM_4:
- return PF4_NOCUSTOMAUTH | PF4_SUPPORTTYPING | PF4_AVATARS | PF4_IMSENDOFFLINE;
+ return PF4_NOCUSTOMAUTH | PF4_SUPPORTTYPING | PF4_AVATARS | PF4_IMSENDOFFLINE | PF4_IMSENDUTF;
case PFLAGNUM_5:
return PF2_LONGAWAY;
case PFLAG_UNIQUEIDTEXT: