diff 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
line wrap: on
line diff
--- a/src/prefs.c	Sat Aug 05 17:57:39 2000 +0000
+++ b/src/prefs.c	Sat Aug 05 19:22:41 2000 +0000
@@ -793,7 +793,7 @@
 	font_face_for_text = gaim_button(_("Font Face for Text"), &font_options, OPT_FONT_FACE, fontbox);
 		
 	/* Build font button */
-	select_font = picture_button(pd->window, _("Select Font Face"), fontface2_xpm);
+	select_font = picture_button(pd->window, _("Select Font"), fontface2_xpm);
 	gtk_box_pack_start(GTK_BOX(fontbox), select_font, FALSE, FALSE, 0);
 	gtk_signal_connect(GTK_OBJECT(select_font), "clicked", GTK_SIGNAL_FUNC(show_font_dialog), NULL);
 	if (display_options & OPT_DISP_COOL_LOOK)