diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-15 16:28:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-15 16:28:41 +0000 |
commit | 3b2ea215ba88e87ddcc5855796e6c35dff04d705 (patch) | |
tree | 0279ddbced0a2504ab312713cbcbe25c6b9d37e2 /protocols/IcqOscarJ/src/icq_proto.cpp | |
parent | 245d244aace5447e09c132e3efac4846ba48e95a (diff) |
CIcqProto::SetNickName must be declared as PS_SETMYNICKNAME
git-svn-id: http://svn.miranda-ng.org/main/trunk@9812 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src/icq_proto.cpp')
-rw-r--r-- | protocols/IcqOscarJ/src/icq_proto.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/IcqOscarJ/src/icq_proto.cpp b/protocols/IcqOscarJ/src/icq_proto.cpp index c62740e397..3928a7c64d 100644 --- a/protocols/IcqOscarJ/src/icq_proto.cpp +++ b/protocols/IcqOscarJ/src/icq_proto.cpp @@ -125,6 +125,7 @@ CIcqProto::CIcqProto(const char* aProtoName, const TCHAR* aUserName) : // Setup services
CreateProtoService(PS_CREATEACCMGRUI, &CIcqProto::OnCreateAccMgrUI);
CreateProtoService(MS_ICQ_SENDSMS, &CIcqProto::SendSms);
+ CreateProtoService(PS_SETMYNICKNAME, &CIcqProto::SetNickName);
CreateProtoService(PS_GETMYAWAYMSG, &CIcqProto::GetMyAwayMsg);
|