| 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); |