diff src/about.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 feccb7afc81d
children 7f8b85e2e894
line wrap: on
line diff
--- a/src/about.c	Sat Aug 05 17:57:39 2000 +0000
+++ b/src/about.c	Sat Aug 05 19:22:41 2000 +0000
@@ -30,6 +30,7 @@
 #include <gtk/gtk.h>
 #include "gaim.h"
 #include "pixmaps/logo.xpm"
+#include "pixmaps/gnome_close.xpm"
 
 static GtkWidget *about=NULL;
 
@@ -116,7 +117,7 @@
 				   GTK_SIGNAL_FUNC(about_click), NULL);
 		gdk_window_set_cursor(eventbox->window, gdk_cursor_new(GDK_HAND2));
 		
-		button = gtk_button_new_with_label(_("Close"));
+		button = picture_button(about, _("Close"), gnome_close_xpm);
 		if (null == NULL) /* there's a mindtrip */
 			gtk_signal_connect_object(GTK_OBJECT(button), "clicked",
         	                                  GTK_SIGNAL_FUNC(destroy_about), GTK_OBJECT(about));