diff options
Diffstat (limited to 'protocols/Omegle/src/proto.cpp')
-rw-r--r-- | protocols/Omegle/src/proto.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Omegle/src/proto.cpp b/protocols/Omegle/src/proto.cpp index 3cb3bb9d2a..22061ba1bb 100644 --- a/protocols/Omegle/src/proto.cpp +++ b/protocols/Omegle/src/proto.cpp @@ -61,6 +61,7 @@ OmegleProto::OmegleProto(const char* proto_name, const TCHAR* username) : SkinAddNewSoundExT("StrangerTyp", m_tszUserName, LPGENT("Stranger typing"));
SkinAddNewSoundExT("StrangerTypStop", m_tszUserName, LPGENT("Stranger stopped typing"));
SkinAddNewSoundExT("StrangerChange", m_tszUserName, LPGENT("Changing stranger"));
+ SkinAddNewSoundExT("StrangerMessage", m_tszUserName, LPGENT("Receive message"));
}
OmegleProto::~OmegleProto()
|