summaryrefslogtreecommitdiff
path: root/protocols/Omegle/proto.cpp
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2012-06-04 10:29:04 +0000
committerRobert Pösel <robyer@seznam.cz>2012-06-04 10:29:04 +0000
commitc6f308281535850e5811e41daa7668bd56b38fff (patch)
tree07ebe280a9da09699e273e4e24827e5515d06a62 /protocols/Omegle/proto.cpp
parentc396f3cd8095b5808061af6c5b532ebf9b810136 (diff)
Omegle update (patch by FREAK_THEMIGHTY)
git-svn-id: http://svn.miranda-ng.org/main/trunk@296 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Omegle/proto.cpp')
-rw-r--r--protocols/Omegle/proto.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/Omegle/proto.cpp b/protocols/Omegle/proto.cpp
index db9d08a634..e954b9dd2c 100644
--- a/protocols/Omegle/proto.cpp
+++ b/protocols/Omegle/proto.cpp
@@ -102,6 +102,10 @@ DWORD_PTR OmegleProto::GetCaps( int type, HANDLE hContact )
return PF4_IMSENDUTF; // | PF4_SUPPORTTYPING;
case PFLAG_MAXLENOFMESSAGE:
return OMEGLE_MESSAGE_LIMIT;
+ case PFLAG_UNIQUEIDTEXT:
+ return (DWORD_PTR) Translate("Visible name");
+ case PFLAG_UNIQUEIDSETTING:
+ return (DWORD_PTR) "Nick";
}
return 0;
}