diff src/prefs.c @ 1434:348a70e15f07

[gaim-migrate @ 1444] no more option to strip html. it didn't work anyway. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 28 Jan 2001 09:09:18 +0000
parents 00b3d02a2168
children 1f0660a2c893
line wrap: on
line diff
--- a/src/prefs.c	Sun Jan 28 02:46:07 2001 +0000
+++ b/src/prefs.c	Sun Jan 28 09:09:18 2001 +0000
@@ -260,7 +260,6 @@
 	gtk_widget_show(sep);
 
 	gaim_button(_("Log all conversations"), &general_options, OPT_GEN_LOG_ALL, box);
-	gaim_button(_("Strip HTML from logs"), &general_options, OPT_GEN_STRIP_HTML, box);
 
 	sep = gtk_hseparator_new();
 	gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5);