comparison 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
comparison
equal deleted inserted replaced
666:71ea550c22ac 667:45ed2ca0756e
362 gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5); 362 gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5);
363 gtk_widget_show(sep); 363 gtk_widget_show(sep);
364 364
365 gaim_button(_("Show graphical smileys"), &display_options, OPT_DISP_SHOW_SMILEY, box); 365 gaim_button(_("Show graphical smileys"), &display_options, OPT_DISP_SHOW_SMILEY, box);
366 gaim_button(_("Ignore incoming colors"), &display_options, OPT_DISP_IGNORE_COLOUR, box); 366 gaim_button(_("Ignore incoming colors"), &display_options, OPT_DISP_IGNORE_COLOUR, box);
367 gaim_button(_("Ignore white backgrounds"), &display_options, OPT_DISP_IGN_WHITE, box);
367 gaim_button(_("Show timestamp on messages"), &display_options, OPT_DISP_SHOW_TIME, box); 368 gaim_button(_("Show timestamp on messages"), &display_options, OPT_DISP_SHOW_TIME, box);
368 369
369 sep = gtk_hseparator_new(); 370 sep = gtk_hseparator_new();
370 gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5); 371 gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5);
371 gtk_widget_show(sep); 372 gtk_widget_show(sep);