comparison src/prefs.c @ 575:a33616e4e48d

[gaim-migrate @ 585] ctl-u is optional, one that i don't think i'll use, thank you committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 02 Aug 2000 00:13:57 +0000
parents faca21605e1b
children 56f7cb624e9e
comparison
equal deleted inserted replaced
574:0aca48e1baa7 575:a33616e4e48d
379 gtk_box_pack_start(GTK_BOX(general_page), idleframe, TRUE, TRUE, 5); 379 gtk_box_pack_start(GTK_BOX(general_page), idleframe, TRUE, TRUE, 5);
380 gtk_container_add(GTK_CONTAINER(idleframe), idlebox); 380 gtk_container_add(GTK_CONTAINER(idleframe), idlebox);
381 381
382 382
383 gaim_button(_("Enter sends message"), &general_options, OPT_GEN_ENTER_SENDS, genbox); 383 gaim_button(_("Enter sends message"), &general_options, OPT_GEN_ENTER_SENDS, genbox);
384 gaim_button(_("Control characters for HTML (e.g. Ctrl-I for italics)"), &general_options, OPT_GEN_CTL_CHARS, genbox);
384 gaim_button(_("Auto-login"), &general_options, OPT_GEN_AUTO_LOGIN, genbox); 385 gaim_button(_("Auto-login"), &general_options, OPT_GEN_AUTO_LOGIN, genbox);
385 gaim_button(_("Log All Conversations"), &general_options, OPT_GEN_LOG_ALL, genbox); 386 gaim_button(_("Log All Conversations"), &general_options, OPT_GEN_LOG_ALL, genbox);
386 gaim_button(_("Strip HTML from log files"), &general_options, OPT_GEN_STRIP_HTML, genbox); 387 gaim_button(_("Strip HTML from log files"), &general_options, OPT_GEN_STRIP_HTML, genbox);
387 gaim_button(_("Raise windows when message recieved"), &general_options, OPT_GEN_POPUP_WINDOWS, genbox); 388 gaim_button(_("Raise windows when message recieved"), &general_options, OPT_GEN_POPUP_WINDOWS, genbox);
388 gaim_button(_("Raise chat windows when people speak"), &general_options, OPT_GEN_POPUP_CHAT, genbox); 389 gaim_button(_("Raise chat windows when people speak"), &general_options, OPT_GEN_POPUP_CHAT, genbox);