comparison 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
comparison
equal deleted inserted replaced
374:7493af3a4ce2 375:1eae69f076d2
391 gaim_button(_("Send URLs as links"), &general_options, OPT_GEN_SEND_LINKS, genbox); 391 gaim_button(_("Send URLs as links"), &general_options, OPT_GEN_SEND_LINKS, genbox);
392 gaim_button(_("Show Lag-O-Meter"), &general_options, OPT_GEN_SHOW_LAGMETER, genbox); 392 gaim_button(_("Show Lag-O-Meter"), &general_options, OPT_GEN_SHOW_LAGMETER, genbox);
393 gaim_button(_("Save some window size/positions"), &general_options, OPT_GEN_SAVED_WINDOWS, genbox); 393 gaim_button(_("Save some window size/positions"), &general_options, OPT_GEN_SAVED_WINDOWS, genbox);
394 gaim_button(_("Ignore new conversations when away"), &general_options, OPT_GEN_DISCARD_WHEN_AWAY, genbox); 394 gaim_button(_("Ignore new conversations when away"), &general_options, OPT_GEN_DISCARD_WHEN_AWAY, genbox);
395 gaim_button(_("Automagically highlight misspelled words"), &general_options, OPT_GEN_CHECK_SPELLING, genbox); 395 gaim_button(_("Automagically highlight misspelled words"), &general_options, OPT_GEN_CHECK_SPELLING, genbox);
396 gaim_button(_("Sending messages removes away status"), &general_options, OPT_GEN_BACK_ON_IM, genbox);
396 if (!dw && (general_options & OPT_GEN_DEBUG)) 397 if (!dw && (general_options & OPT_GEN_DEBUG))
397 general_options = general_options ^ OPT_GEN_DEBUG; 398 general_options = general_options ^ OPT_GEN_DEBUG;
398 debugbutton = gaim_button(_("Enable debug mode"), &general_options, OPT_GEN_DEBUG, genbox); 399 debugbutton = gaim_button(_("Enable debug mode"), &general_options, OPT_GEN_DEBUG, genbox);
399 400
400 401