| 626 sep = gtk_hseparator_new(); |
626 sep = gtk_hseparator_new(); |
| 627 gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5); |
627 gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5); |
| 628 gtk_widget_show(sep); |
628 gtk_widget_show(sep); |
| 629 |
629 |
| 630 gaim_button(_("Show graphical smileys"), &display_options, OPT_DISP_SHOW_SMILEY, box); |
630 gaim_button(_("Show graphical smileys"), &display_options, OPT_DISP_SHOW_SMILEY, box); |
| |
631 gaim_button(_("Show buttons with text"), &display_options, OPT_DISP_CONV_SHOW_TEXT, box); |
| |
632 gaim_button(_("Show timestamp on messages"), &display_options, OPT_DISP_SHOW_TIME, box); |
| 631 gaim_button(_("Ignore incoming colors"), &display_options, OPT_DISP_IGNORE_COLOUR, box); |
633 gaim_button(_("Ignore incoming colors"), &display_options, OPT_DISP_IGNORE_COLOUR, box); |
| 632 gaim_button(_("Ignore white backgrounds"), &display_options, OPT_DISP_IGN_WHITE, box); |
634 gaim_button(_("Ignore white backgrounds"), &display_options, OPT_DISP_IGN_WHITE, box); |
| 633 gaim_button(_("Show timestamp on messages"), &display_options, OPT_DISP_SHOW_TIME, box); |
|
| 634 |
635 |
| 635 sep = gtk_hseparator_new(); |
636 sep = gtk_hseparator_new(); |
| 636 gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5); |
637 gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5); |
| 637 gtk_widget_show(sep); |
638 gtk_widget_show(sep); |
| 638 |
639 |