diff src/sound.c @ 3216:b17d773c3c80

[gaim-migrate @ 3233] Play sound when your name is said committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 06 May 2002 16:47:27 +0000
parents 16c2ad1a15ce
children bebec60c30ca
line wrap: on
line diff
--- a/src/sound.c	Sun May 05 20:19:40 2002 +0000
+++ b/src/sound.c	Mon May 06 16:47:27 2002 +0000
@@ -65,6 +65,7 @@
 	N_("Person leaves chat"), OPT_SOUND_CHAT_PART, BuddyLeave, sizeof(BuddyLeave),
 	N_("You talk in chat"), OPT_SOUND_CHAT_YOU_SAY, Send, sizeof(Send),
 	N_("Others talk in chat"), OPT_SOUND_CHAT_SAY, Receive, sizeof(Receive),
+	N_("Someone says your name in chat"), OPT_SOUND_CHAT_NICK, Receive, sizeof(Receive),
 	NULL, 0, RedAlert, sizeof(RedAlert)
 };