diff --git a/misc/toxic.conf.example b/misc/toxic.conf.example index c3f31db..29d6abf 100644 --- a/misc/toxic.conf.example +++ b/misc/toxic.conf.example @@ -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";