diff src/prefs.c @ 371:9d22acf6db73

[gaim-migrate @ 381] Whoa. sounds for chat. /me for chat. all kinds of things for chat. my god. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 09 Jun 2000 10:09:26 +0000
parents a4df8f1cc61a
children 1d29321843b0
line wrap: on
line diff
--- a/src/prefs.c	Fri Jun 09 08:17:59 2000 +0000
+++ b/src/prefs.c	Fri Jun 09 10:09:26 2000 +0000
@@ -673,6 +673,8 @@
         gaim_button(_("Sound when first message is received"), &sound_options, OPT_SOUND_FIRST_RCV, sound_page);
         gaim_button(_("Sound when message is received if away"), &sound_options, OPT_SOUND_WHEN_AWAY, sound_page);
 	gaim_button(_("No sound for buddies signed on when you log in"), &sound_options, OPT_SOUND_SILENT_SIGNON, sound_page);
+	gaim_button(_("Sounds in chat rooms when people enter/leave"), &sound_options, OPT_SOUND_CHAT_JOIN, sound_page);
+	gaim_button(_("Sounds in chat rooms when people talk"), &sound_options, OPT_SOUND_CHAT_SAY, sound_page);
         gtk_widget_show(sound_page);