1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-11-22 23:43:01 +01:00

Merge pull request #271 from Ansa89/trivial-fix

Toxic.conf.exmaple: fix sound namefile
This commit is contained in:
JFreegman 2014-10-20 15:35:52 -04:00
commit 00e4075937

View File

@ -57,8 +57,8 @@ sounds = {
error="__DATADIR__/sounds/ToxicError.wav";
user_log_in="__DATADIR__/sounds/ToxicContactOnline.wav";
user_log_out="__DATADIR__/sounds/ToxicContactOffline.wav";
call_incoming="__DATADIR__/sounds/IncomingCall.wav";
call_outgoing="__DATADIR__/sounds/OutgoingCall.wav";
call_incoming="__DATADIR__/sounds/ToxicIncomingCall.wav";
call_outgoing="__DATADIR__/sounds/ToxicOutgoingCall.wav";
generic_message="__DATADIR__/sounds/ToxicRecvMessage.wav";
transfer_pending="__DATADIR__/sounds/ToxicTransferStart.wav";
transfer_completed="__DATADIR__/sounds/ToxicTransferComplete.wav";