Change default sounds in Xboard menu
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 17 Apr 2011 14:17:30 +0000 (16:17 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sun, 17 Apr 2011 15:16:26 +0000 (17:16 +0200)
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

index f592209..e8c8fcd 100644 (file)
@@ -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
 };