diff src/prefs.c @ 667:45ed2ca0756e

[gaim-migrate @ 677] ignore white bg committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 11 Aug 2000 03:17:31 +0000
parents 71ea550c22ac
children ddc3fd0dcd51
line wrap: on
line diff
--- a/src/prefs.c	Fri Aug 11 03:04:29 2000 +0000
+++ b/src/prefs.c	Fri Aug 11 03:17:31 2000 +0000
@@ -364,6 +364,7 @@
 
 	gaim_button(_("Show graphical smileys"), &display_options, OPT_DISP_SHOW_SMILEY, box);
 	gaim_button(_("Ignore incoming colors"), &display_options, OPT_DISP_IGNORE_COLOUR, box);
+	gaim_button(_("Ignore white backgrounds"), &display_options, OPT_DISP_IGN_WHITE, box);
 	gaim_button(_("Show timestamp on messages"), &display_options, OPT_DISP_SHOW_TIME, box);
 
 	sep = gtk_hseparator_new();