pidgin/gtksound.c

changeset 21091
07fe1a99c47b
parent 20234
272ffbb581b0
child 21125
e7cd2426e511
equal deleted inserted replaced
21090:b57a26b1a9b1 21091:07fe1a99c47b
58 58
59 #ifdef USE_GSTREAMER 59 #ifdef USE_GSTREAMER
60 static gboolean gst_init_failed; 60 static gboolean gst_init_failed;
61 #endif /* USE_GSTREAMER */ 61 #endif /* USE_GSTREAMER */
62 62
63 static struct pidgin_sound_event sounds[PURPLE_NUM_SOUNDS] = { 63 static const struct pidgin_sound_event sounds[PURPLE_NUM_SOUNDS] = {
64 {N_("Buddy logs in"), "login", "login.wav"}, 64 {N_("Buddy logs in"), "login", "login.wav"},
65 {N_("Buddy logs out"), "logout", "logout.wav"}, 65 {N_("Buddy logs out"), "logout", "logout.wav"},
66 {N_("Message received"), "im_recv", "receive.wav"}, 66 {N_("Message received"), "im_recv", "receive.wav"},
67 {N_("Message received begins conversation"), "first_im_recv", "receive.wav"}, 67 {N_("Message received begins conversation"), "first_im_recv", "receive.wav"},
68 {N_("Message sent"), "send_im", "send.wav"}, 68 {N_("Message sent"), "send_im", "send.wav"},

mercurial