summary refs log tree commit diff stats
path: root/src/common/text.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/text.c')
-rw-r--r--src/common/text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/text.c b/src/common/text.c
index 001fd9da..deb3c408 100644
--- a/src/common/text.c
+++ b/src/common/text.c
@@ -2199,7 +2199,7 @@ static char *
 sound_find_command (void)
 {
 	/* some sensible unix players. You're bound to have one of them */
-	static const char * const progs[] = {"play", "aplay", "esdplay", "soxplay", "artsplay", NULL};
+	static const char * const progs[] = {"play", "paplay", "aplay", "esdplay", "artsplay", NULL};
 	char *cmd;
 	int i = 0;