summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/src/proto.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-09-11 22:27:34 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-09-12 12:43:48 +0300
commitf2656f118f63643151e53694bd223018c29b4a55 (patch)
tree2733f155bb5fd9313ea08255209da75f738bcedf /protocols/FacebookRM/src/proto.cpp
parent69409021aced78b31da0c9f2def7332a4c4b973e (diff)
old good sound services became finally functions
Diffstat (limited to 'protocols/FacebookRM/src/proto.cpp')
-rw-r--r--protocols/FacebookRM/src/proto.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/protocols/FacebookRM/src/proto.cpp b/protocols/FacebookRM/src/proto.cpp
index 0490710df1..27be2e50d6 100644
--- a/protocols/FacebookRM/src/proto.cpp
+++ b/protocols/FacebookRM/src/proto.cpp
@@ -1120,12 +1120,12 @@ void FacebookProto::InitHotkeys()
*/
void FacebookProto::InitSounds()
{
- SkinAddNewSoundExW("Notification", m_tszUserName, LPGENW("Notification"));
- SkinAddNewSoundExW("NewsFeed", m_tszUserName, LPGENW("Newsfeed event"));
- SkinAddNewSoundExW("OtherEvent", m_tszUserName, LPGENW("Other event"));
- SkinAddNewSoundExW("Friendship", m_tszUserName, LPGENW("Friendship event"));
- SkinAddNewSoundExW("Ticker", m_tszUserName, LPGENW("Ticker event"));
- SkinAddNewSoundExW("Memories", m_tszUserName, LPGENW("Memories"));
+ Skin_AddSound("Notification", m_tszUserName, LPGENW("Notification"));
+ Skin_AddSound("NewsFeed", m_tszUserName, LPGENW("Newsfeed event"));
+ Skin_AddSound("OtherEvent", m_tszUserName, LPGENW("Other event"));
+ Skin_AddSound("Friendship", m_tszUserName, LPGENW("Friendship event"));
+ Skin_AddSound("Ticker", m_tszUserName, LPGENW("Ticker event"));
+ Skin_AddSound("Memories", m_tszUserName, LPGENW("Memories"));
}
/**