comparison src/prefs.c @ 754:bcae3ff49680

[gaim-migrate @ 764] You can now optionally tell gaim to display text in the convo window buttons. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 24 Aug 2000 17:37:25 +0000
parents c32d4fae9bbd
children 16c2682b5678
comparison
equal deleted inserted replaced
753:cd62f69d187e 754:bcae3ff49680
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