src/gtkprefs.c

changeset 8630
70cf27cc1765
parent 8602
f221eadb326c
child 8632
b5b22c6027a1
--- a/src/gtkprefs.c	Sun Apr 11 03:27:11 2004 +0000
+++ b/src/gtkprefs.c	Sun Apr 11 16:09:06 2004 +0000
@@ -1536,6 +1536,8 @@
 	vbox = gaim_gtk_make_frame (ret, _("Sound Options"));
 	gaim_gtk_prefs_checkbox(_("_No sounds when you log in"),
 				   "/gaim/gtk/sound/silent_signon", vbox);
+	gaim_gtk_prefs_checkbox(_("No sounds when conversation has _focus"),
+				   "/gaim/gtk/sound/silent_focus", vbox);
 	gaim_gtk_prefs_checkbox(_("_Sounds while away"),
 				   "/core/sound/while_away", vbox);
 

mercurial