Mercurial > pidgin.yaz
changeset 3221:bebec60c30ca
[gaim-migrate @ 3238]
Can I do anything right?
The answer is no. No, I cannot.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 06 May 2002 17:18:58 +0000 |
parents | 4d1defeb8234 |
children | ad8bdd73f2d6 |
files | src/sound.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/sound.c Mon May 06 17:13:24 2002 +0000 +++ b/src/sound.c Mon May 06 17:18:58 2002 +0000 @@ -65,8 +65,8 @@ 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), + NULL, 0, RedAlert, sizeof(RedAlert) N_("Someone says your name in chat"), OPT_SOUND_CHAT_NICK, Receive, sizeof(Receive), - NULL, 0, RedAlert, sizeof(RedAlert) }; static int check_dev(char *dev)