comparison src/prefs.c @ 755:16c2682b5678

[gaim-migrate @ 765] this should probably apply to chat eventually too, but rob hasn't hacked that yet committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 24 Aug 2000 17:44:09 +0000
parents bcae3ff49680
children 4aeb969c70c9
comparison
equal deleted inserted replaced
754:bcae3ff49680 755:16c2682b5678
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(_("Show timestamp on messages"), &display_options, OPT_DISP_SHOW_TIME, box);
633 gaim_button(_("Ignore incoming colors"), &display_options, OPT_DISP_IGNORE_COLOUR, box); 632 gaim_button(_("Ignore incoming colors"), &display_options, OPT_DISP_IGNORE_COLOUR, box);
634 gaim_button(_("Ignore white backgrounds"), &display_options, OPT_DISP_IGN_WHITE, box); 633 gaim_button(_("Ignore white backgrounds"), &display_options, OPT_DISP_IGN_WHITE, box);
635 634
636 sep = gtk_hseparator_new(); 635 sep = gtk_hseparator_new();
670 label = gtk_label_new(_("All options take effect immediately unless otherwise noted.")); 669 label = gtk_label_new(_("All options take effect immediately unless otherwise noted."));
671 gtk_box_pack_start(GTK_BOX(box), label, FALSE, FALSE, 5); 670 gtk_box_pack_start(GTK_BOX(box), label, FALSE, FALSE, 5);
672 gtk_widget_show(label); 671 gtk_widget_show(label);
673 672
674 gaim_button(_("Show logins in window"), &display_options, OPT_DISP_SHOW_LOGON, box); 673 gaim_button(_("Show logins in window"), &display_options, OPT_DISP_SHOW_LOGON, box);
674 gaim_button(_("Show buttons with text"), &display_options, OPT_DISP_CONV_SHOW_TEXT, box);
675 gaim_button(_("Raise windows on events"), &general_options, OPT_GEN_POPUP_WINDOWS, box); 675 gaim_button(_("Raise windows on events"), &general_options, OPT_GEN_POPUP_WINDOWS, box);
676 gaim_button(_("Ignore new conversations when away"), &general_options, OPT_GEN_DISCARD_WHEN_AWAY, box); 676 gaim_button(_("Ignore new conversations when away"), &general_options, OPT_GEN_DISCARD_WHEN_AWAY, box);
677 gaim_button(_("Ignore TiK Automated Messages"), &general_options, OPT_GEN_TIK_HACK, box); 677 gaim_button(_("Ignore TiK Automated Messages"), &general_options, OPT_GEN_TIK_HACK, box);
678 678
679 gtk_widget_show(prefdialog); 679 gtk_widget_show(prefdialog);