From 9834746e6a7e5cf04a32273155265bc3a2f57180 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 11 Sep 2017 22:27:34 +0300 Subject: old good sound services became finally functions --- plugins/FileAsMessage/src/dialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/FileAsMessage/src') diff --git a/plugins/FileAsMessage/src/dialog.cpp b/plugins/FileAsMessage/src/dialog.cpp index ac13c114d1..dfb4a1c644 100644 --- a/plugins/FileAsMessage/src/dialog.cpp +++ b/plugins/FileAsMessage/src/dialog.cpp @@ -450,7 +450,7 @@ void FILEECHO::incomeRequest(char *param) setState(STATE_PRERECV); inSend = FALSE; - SkinPlaySound("RecvFile"); + Skin_PlaySound("RecvFile"); int AutoMin = db_get_b(NULL, "SRFile", "AutoMin", 0); if (db_get_b(NULL, "SRFile", "AutoAccept", 0) && !db_get_b(hContact, "CList", "NotOnList", 0)) { @@ -548,7 +548,7 @@ void FILEECHO::onRecvTimer() PostMessage(hDlg, WM_CLOSE, 0, 0); pcli->pfnRemoveEvent(hContact, 0); } - SkinPlaySound("FileDone"); + Skin_PlaySound("FileDone"); destroyTransfer(); buffer[0] = 'x'; buffer[1] = 0; } @@ -719,7 +719,7 @@ void FILEECHO::cmdDACK(char *param) char *msg = Translate("Sent successfully"); SetDlgItemText(hDlg, IDC_STATUS, msg); - SkinPlaySound("FileDone"); + Skin_PlaySound("FileDone"); destroyTransfer(); MakePopupMsg(hDlg, hContact, msg); setState(STATE_FINISHED); -- cgit v1.2.3