diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-04-18 17:42:20 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-04-18 17:42:20 +0000 |
commit | 32aa210a2cb1781833dd505e8e1267a5b3cd6f03 (patch) | |
tree | 928679daa06e3fc2b5506c40e53d85edf46ecf71 /protocols/Tox/src/tox_proto.h | |
parent | c1e9042e5eed72de29ad758eb204029382ae36d4 (diff) |
Tox: fixed some runglish strings
git-svn-id: http://svn.miranda-ng.org/main/trunk@12917 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_proto.h')
-rw-r--r-- | protocols/Tox/src/tox_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h index 6f11e44c0b..a806555cb8 100644 --- a/protocols/Tox/src/tox_proto.h +++ b/protocols/Tox/src/tox_proto.h @@ -8,7 +8,7 @@ struct CToxProto : public PROTO<CToxProto> friend CToxOptionsNodeList;
friend CToxAudioCall;
friend CToxIncomingAudioCall;
- friend CToxOutcomingAudioCall;
+ friend CToxOutgoingAudioCall;
public:
//////////////////////////////////////////////////////////////////////////////////////
|