comparison src/prefs.c @ 616:874ed877c854

[gaim-migrate @ 626] Gaim automatically linkifies incoming messages. Yeah, Syd, you owe me one ;-0 committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sat, 05 Aug 2000 05:35:24 +0000
parents 12bb64b42ad1
children 50f7a0bc76fc
comparison
equal deleted inserted replaced
615:9f168ba28ac2 616:874ed877c854
391 gaim_button(_("Auto-login"), &general_options, OPT_GEN_AUTO_LOGIN, genbox); 391 gaim_button(_("Auto-login"), &general_options, OPT_GEN_AUTO_LOGIN, genbox);
392 gaim_button(_("Log All Conversations"), &general_options, OPT_GEN_LOG_ALL, genbox); 392 gaim_button(_("Log All Conversations"), &general_options, OPT_GEN_LOG_ALL, genbox);
393 gaim_button(_("Strip HTML from log files"), &general_options, OPT_GEN_STRIP_HTML, genbox); 393 gaim_button(_("Strip HTML from log files"), &general_options, OPT_GEN_STRIP_HTML, genbox);
394 gaim_button(_("Raise windows when message recieved"), &general_options, OPT_GEN_POPUP_WINDOWS, genbox); 394 gaim_button(_("Raise windows when message recieved"), &general_options, OPT_GEN_POPUP_WINDOWS, genbox);
395 gaim_button(_("Raise chat windows when people speak"), &general_options, OPT_GEN_POPUP_CHAT, genbox); 395 gaim_button(_("Raise chat windows when people speak"), &general_options, OPT_GEN_POPUP_CHAT, genbox);
396 gaim_button(_("Send URLs as links"), &general_options, OPT_GEN_SEND_LINKS, genbox); 396 gaim_button(_("Show URLs as links"), &general_options, OPT_GEN_SEND_LINKS, genbox);
397 gaim_button(_("Show Lag-O-Meter"), &general_options, OPT_GEN_SHOW_LAGMETER, genbox); 397 gaim_button(_("Show Lag-O-Meter"), &general_options, OPT_GEN_SHOW_LAGMETER, genbox);
398 gaim_button(_("Save some window size/positions"), &general_options, OPT_GEN_SAVED_WINDOWS, genbox); 398 gaim_button(_("Save some window size/positions"), &general_options, OPT_GEN_SAVED_WINDOWS, genbox);
399 gaim_button(_("Ignore new conversations when away"), &general_options, OPT_GEN_DISCARD_WHEN_AWAY, genbox); 399 gaim_button(_("Ignore new conversations when away"), &general_options, OPT_GEN_DISCARD_WHEN_AWAY, genbox);
400 gaim_button(_("Automagically highlight misspelled words"), &general_options, OPT_GEN_CHECK_SPELLING, genbox); 400 gaim_button(_("Automagically highlight misspelled words"), &general_options, OPT_GEN_CHECK_SPELLING, genbox);
401 gaim_button(_("Sending messages removes away status"), &general_options, OPT_GEN_BACK_ON_IM, genbox); 401 gaim_button(_("Sending messages removes away status"), &general_options, OPT_GEN_BACK_ON_IM, genbox);