comparison src/sound.c @ 5612:9cd94a5bec8e

[gaim-migrate @ 6018] tweak tweaky tweak committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 31 May 2003 17:06:43 +0000
parents 7a64114641c3
children b61520e71679
comparison
equal deleted inserted replaced
5611:932048b43dc9 5612:9cd94a5bec8e
77 * the order here has to match the defines in gaim.h. * 77 * the order here has to match the defines in gaim.h. *
78 * -Robot101 */ 78 * -Robot101 */
79 static struct gaim_sound_event sounds[GAIM_NUM_SOUNDS] = { 79 static struct gaim_sound_event sounds[GAIM_NUM_SOUNDS] = {
80 {N_("Buddy logs in"), "/gaim/gtk/sound/login", "arrive.wav"}, 80 {N_("Buddy logs in"), "/gaim/gtk/sound/login", "arrive.wav"},
81 {N_("Buddy logs out"), "/gaim/gtk/sound/logout", "leave.wav"}, 81 {N_("Buddy logs out"), "/gaim/gtk/sound/logout", "leave.wav"},
82 {N_("Message received"), "/gaim/gtk/sound/message_recv", "receive.wav"}, 82 {N_("Message received"), "/gaim/gtk/sound/im_recv", "receive.wav"},
83 {N_("Message received begins conversation"), "/gaim/gtk/sound/first_message_recv", "receive.wav"}, 83 {N_("Message received begins conversation"), "/gaim/gtk/sound/first_im_recv", "receive.wav"},
84 {N_("Message sent"), "/gaim/gtk/sound/send_im", "send.wav"}, 84 {N_("Message sent"), "/gaim/gtk/sound/send_im", "send.wav"},
85 {N_("Person enters chat"), "/gaim/gtk/sound/join_chat", "arrive.wav"}, 85 {N_("Person enters chat"), "/gaim/gtk/sound/join_chat", "arrive.wav"},
86 {N_("Person leaves chat"), "/gaim/gtk/sound/left_chat", "leave.wav"}, 86 {N_("Person leaves chat"), "/gaim/gtk/sound/left_chat", "leave.wav"},
87 {N_("You talk in chat"), "/gaim/gtk/sound/send_chat_msg", "send.wav"}, 87 {N_("You talk in chat"), "/gaim/gtk/sound/send_chat_msg", "send.wav"},
88 {N_("Others talk in chat"), "/gaim/gtk/sound/chat_msg_recv", "receive.wav"}, 88 {N_("Others talk in chat"), "/gaim/gtk/sound/chat_msg_recv", "receive.wav"},