From 0c115b1a078871e8f752b8344b7b4b521b6b45d8 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Sun, 17 Apr 2011 16:17:30 +0200 Subject: [PATCH] Change default sounds in Xboard menu All spoken sounds are removed now. Thud, Click and Ching are replaced by Wood Thunk, Slap and Cymbal; Car Horn and Pop are added. --- xoptions.c | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/xoptions.c b/xoptions.c index f592209..e8c8fcd 100644 --- a/xoptions.c +++ b/xoptions.c @@ -1016,16 +1016,16 @@ char *soundNames[] = { N_("No Sound"), N_("Default Beep"), N_("Above WAV File"), - N_("Ching"), - N_("Click"), + N_("Car Horn"), + N_("Cymbal"), N_("Ding"), N_("Gong"), N_("Laser"), N_("Penalty"), N_("Phone"), - N_("Thud"), - N_("Challenge"), - N_("Tell"), + N_("Pop"), + N_("Slap"), + N_("Wood Thunk"), NULL, N_("User File") }; @@ -1034,16 +1034,16 @@ char *soundFiles[] = { // sound files corresponding to above names "", "$", "*", // kludge alert: as first thing in the dialog readout this is replaced with the user-given .WAV filename - "ching.wav", - "click.wav", + "honkhonk.wav", + "cymbal.wav", "ding1.wav", "gong.wav", "laser.wav", "penalty.wav", "phone.wav", - "thud.wav", - "challenge.wav", - "tell.wav", + "pop2.wav", + "slap.wav", + "woodthunk.wav", NULL, NULL }; -- 1.7.0.4