changeset 4013:73853a0a1a77

[gaim-migrate @ 4213] arrive.wav not buddyarrive.wav committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 28 Nov 2002 02:07:20 +0000
parents ab6c48a07fd6
children 63e1cc99aedb
files sounds/Makefile.am src/sound.c
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/sounds/Makefile.am	Thu Nov 28 02:03:38 2002 +0000
+++ b/sounds/Makefile.am	Thu Nov 28 02:07:20 2002 +0000
@@ -1,5 +1,5 @@
-EXTRA_DIST =	buddyarrive.wav \
-		buddyleave.wav \
+EXTRA_DIST =	arrive.wav \
+		leave.wav \
 		receive.wav \
 		redalert.wav \
 		send.wav
--- a/src/sound.c	Thu Nov 28 02:03:38 2002 +0000
+++ b/src/sound.c	Thu Nov 28 02:07:20 2002 +0000
@@ -62,13 +62,13 @@
  * it has no option bit, set it to 0. the order here has to match *
  * the defines in gaim.h.                               -Robot101 */
 struct sound_struct sounds[NUM_SOUNDS] = {
-	{N_("Buddy logs in"), OPT_SOUND_LOGIN, "buddyarrive.wav"},
-	{N_("Buddy logs out"), OPT_SOUND_LOGOUT, "buddyleave.wav"},
+	{N_("Buddy logs in"), OPT_SOUND_LOGIN, "arrive.wav"},
+	{N_("Buddy logs out"), OPT_SOUND_LOGOUT, "leave.wav"},
 	{N_("Message received"), OPT_SOUND_RECV, "receive.wav"},
 	{N_("Message received begins conversation"), OPT_SOUND_FIRST_RCV, "receive.wav"},
 	{N_("Message sent"), OPT_SOUND_SEND, "send.wav"},
-	{N_("Person enters chat"), OPT_SOUND_CHAT_JOIN, "buddyarrive.wav"},
-	{N_("Person leaves chat"), OPT_SOUND_CHAT_PART, "buddyleave.wav"},
+	{N_("Person enters chat"), OPT_SOUND_CHAT_JOIN, "arrive.wav"},
+	{N_("Person leaves chat"), OPT_SOUND_CHAT_PART, "leave.wav"},
 	{N_("You talk in chat"), OPT_SOUND_CHAT_YOU_SAY, "send.wav"},
 	{N_("Others talk in chat"), OPT_SOUND_CHAT_SAY, "receive.wav"},
 	/* this isn't a terminator, it's the buddy pounce default sound event ;-) */