diff 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
line wrap: on
line diff
--- a/src/prefs.c	Tue Aug 01 23:50:32 2000 +0000
+++ b/src/prefs.c	Wed Aug 02 00:13:57 2000 +0000
@@ -381,6 +381,7 @@
 
         
 	gaim_button(_("Enter sends message"), &general_options, OPT_GEN_ENTER_SENDS, genbox);
+	gaim_button(_("Control characters for HTML (e.g. Ctrl-I for italics)"), &general_options, OPT_GEN_CTL_CHARS, genbox);
 	gaim_button(_("Auto-login"), &general_options, OPT_GEN_AUTO_LOGIN, genbox);
 	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);