mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 23:33:02 +01:00
Fix sound namefile
This commit is contained in:
parent
008163bf6c
commit
d65f3ea58d
@ -57,8 +57,8 @@ sounds = {
|
|||||||
error="__DATADIR__/sounds/ToxicError.wav";
|
error="__DATADIR__/sounds/ToxicError.wav";
|
||||||
user_log_in="__DATADIR__/sounds/ToxicContactOnline.wav";
|
user_log_in="__DATADIR__/sounds/ToxicContactOnline.wav";
|
||||||
user_log_out="__DATADIR__/sounds/ToxicContactOffline.wav";
|
user_log_out="__DATADIR__/sounds/ToxicContactOffline.wav";
|
||||||
call_incoming="__DATADIR__/sounds/IncomingCall.wav";
|
call_incoming="__DATADIR__/sounds/ToxicIncomingCall.wav";
|
||||||
call_outgoing="__DATADIR__/sounds/OutgoingCall.wav";
|
call_outgoing="__DATADIR__/sounds/ToxicOutgoingCall.wav";
|
||||||
generic_message="__DATADIR__/sounds/ToxicRecvMessage.wav";
|
generic_message="__DATADIR__/sounds/ToxicRecvMessage.wav";
|
||||||
transfer_pending="__DATADIR__/sounds/ToxicTransferStart.wav";
|
transfer_pending="__DATADIR__/sounds/ToxicTransferStart.wav";
|
||||||
transfer_completed="__DATADIR__/sounds/ToxicTransferComplete.wav";
|
transfer_completed="__DATADIR__/sounds/ToxicTransferComplete.wav";
|
||||||
|
Loading…
Reference in New Issue
Block a user