comparison src/prefs.c @ 619:faa7603ae02e

[gaim-migrate @ 629] added more pixmaps and modified picture_button() so that they aren't spaced all funny committer: Tailor Script <tailor@pidgin.im>
author Todd Kulesza <fflewddur>
date Sat, 05 Aug 2000 19:22:41 +0000
parents 50f7a0bc76fc
children 4d3285caa191
comparison
equal deleted inserted replaced
618:ff7a04b30608 619:faa7603ae02e
791 gaim_button(_("Underlined Text"), &font_options, OPT_FONT_UNDERLINE, fontbox); 791 gaim_button(_("Underlined Text"), &font_options, OPT_FONT_UNDERLINE, fontbox);
792 gaim_button(_("Strike Text"), &font_options, OPT_FONT_STRIKE, fontbox); 792 gaim_button(_("Strike Text"), &font_options, OPT_FONT_STRIKE, fontbox);
793 font_face_for_text = gaim_button(_("Font Face for Text"), &font_options, OPT_FONT_FACE, fontbox); 793 font_face_for_text = gaim_button(_("Font Face for Text"), &font_options, OPT_FONT_FACE, fontbox);
794 794
795 /* Build font button */ 795 /* Build font button */
796 select_font = picture_button(pd->window, _("Select Font Face"), fontface2_xpm); 796 select_font = picture_button(pd->window, _("Select Font"), fontface2_xpm);
797 gtk_box_pack_start(GTK_BOX(fontbox), select_font, FALSE, FALSE, 0); 797 gtk_box_pack_start(GTK_BOX(fontbox), select_font, FALSE, FALSE, 0);
798 gtk_signal_connect(GTK_OBJECT(select_font), "clicked", GTK_SIGNAL_FUNC(show_font_dialog), NULL); 798 gtk_signal_connect(GTK_OBJECT(select_font), "clicked", GTK_SIGNAL_FUNC(show_font_dialog), NULL);
799 if (display_options & OPT_DISP_COOL_LOOK) 799 if (display_options & OPT_DISP_COOL_LOOK)
800 gtk_button_set_relief(GTK_BUTTON(select_font), GTK_RELIEF_NONE); 800 gtk_button_set_relief(GTK_BUTTON(select_font), GTK_RELIEF_NONE);
801 if (!(font_options & OPT_FONT_FACE)) 801 if (!(font_options & OPT_FONT_FACE))