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_multimedia.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_multimedia.h')
-rw-r--r-- | protocols/Tox/src/tox_multimedia.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Tox/src/tox_multimedia.h b/protocols/Tox/src/tox_multimedia.h index 5145bc3539..f69430a142 100644 --- a/protocols/Tox/src/tox_multimedia.h +++ b/protocols/Tox/src/tox_multimedia.h @@ -38,7 +38,7 @@ public: CToxIncomingAudioCall(CToxProto *proto, MCONTACT hContact);
};
-class CToxOutcomingAudioCall : public CToxAudioCall
+class CToxOutgoingAudioCall : public CToxAudioCall
{
protected:
void OnInitDialog();
@@ -47,7 +47,7 @@ protected: void OnCancel(CCtrlBase*);
public:
- CToxOutcomingAudioCall(CToxProto *proto, MCONTACT hContact);
+ CToxOutgoingAudioCall(CToxProto *proto, MCONTACT hContact);
};
#endif //_TOX_MULTIMEDIA_H_
\ No newline at end of file |