diff src/prefs.c @ 373:1d29321843b0

[gaim-migrate @ 383] raise chat windows and log chat committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 10 Jun 2000 00:48:43 +0000
parents 9d22acf6db73
children 1eae69f076d2
line wrap: on
line diff
--- a/src/prefs.c	Fri Jun 09 10:32:33 2000 +0000
+++ b/src/prefs.c	Sat Jun 10 00:48:43 2000 +0000
@@ -387,6 +387,7 @@
 	gaim_button(_("Log All Conversations"), &general_options, OPT_GEN_LOG_ALL, genbox);
 	gaim_button(_("Strip HTML from log files"), &general_options, OPT_GEN_STRIP_HTML, genbox);
 	gaim_button(_("Raise windows when message recieved"), &general_options, OPT_GEN_POPUP_WINDOWS, genbox);
+	gaim_button(_("Raise chat windows when people speak"), &general_options, OPT_GEN_POPUP_CHAT, genbox);
         gaim_button(_("Send URLs as links"), &general_options, OPT_GEN_SEND_LINKS, genbox);
 	gaim_button(_("Show Lag-O-Meter"), &general_options, OPT_GEN_SHOW_LAGMETER, genbox);
         gaim_button(_("Save some window size/positions"), &general_options, OPT_GEN_SAVED_WINDOWS, genbox);