diff src/prefs.c @ 775:9614e69f68ca

[gaim-migrate @ 785] beep beep m beep beep m yeah! committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 28 Aug 2000 23:47:29 +0000
parents 0b160e27904b
children 02250312c02d
line wrap: on
line diff
--- a/src/prefs.c	Mon Aug 28 18:49:17 2000 +0000
+++ b/src/prefs.c	Mon Aug 28 23:47:29 2000 +0000
@@ -1079,6 +1079,7 @@
 #endif
 	gaim_button(_("No sounds when you log in"), &sound_options, OPT_SOUND_SILENT_SIGNON, box);
 	gaim_button(_("Sounds while away"), &sound_options, OPT_SOUND_WHEN_AWAY, box);
+	gaim_button(_("Beep instead of playing sound"), &sound_options, OPT_SOUND_BEEP, box);
 
 	gtk_widget_show(prefdialog);
 }