diff src/prefs.c @ 375:1eae69f076d2

[gaim-migrate @ 385] option to have you come back when you send an IM or not committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 10 Jun 2000 03:11:54 +0000
parents 1d29321843b0
children 7e464939db43
line wrap: on
line diff
--- a/src/prefs.c	Sat Jun 10 02:19:05 2000 +0000
+++ b/src/prefs.c	Sat Jun 10 03:11:54 2000 +0000
@@ -393,6 +393,7 @@
         gaim_button(_("Save some window size/positions"), &general_options, OPT_GEN_SAVED_WINDOWS, genbox);
         gaim_button(_("Ignore new conversations when away"), &general_options, OPT_GEN_DISCARD_WHEN_AWAY, genbox);
 	gaim_button(_("Automagically highlight misspelled words"), &general_options, OPT_GEN_CHECK_SPELLING, genbox);
+	gaim_button(_("Sending messages removes away status"), &general_options, OPT_GEN_BACK_ON_IM, genbox);
 	if (!dw && (general_options & OPT_GEN_DEBUG))
 		general_options = general_options ^ OPT_GEN_DEBUG;
         debugbutton = gaim_button(_("Enable debug mode"), &general_options, OPT_GEN_DEBUG, genbox);