diff -r 0a313fec9a15 -r 589c12ea0480 src/prefs.c --- 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();