diff src/about.c @ 622:7f8b85e2e894

[gaim-migrate @ 632] Let's go back to this until I figure out what I want to do with the user interface. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 06 Aug 2000 03:35:17 +0000
parents faa7603ae02e
children b3900e312d8e
line wrap: on
line diff
--- a/src/about.c	Sat Aug 05 21:54:36 2000 +0000
+++ b/src/about.c	Sun Aug 06 03:35:17 2000 +0000
@@ -116,8 +116,9 @@
 		gtk_signal_connect(GTK_OBJECT(eventbox), "button_press_event",
 				   GTK_SIGNAL_FUNC(about_click), NULL);
 		gdk_window_set_cursor(eventbox->window, gdk_cursor_new(GDK_HAND2));
-		
-		button = picture_button(about, _("Close"), gnome_close_xpm);
+	
+		button = gtk_button_new_with_label("Close");
+
 		if (null == NULL) /* there's a mindtrip */
 			gtk_signal_connect_object(GTK_OBJECT(button), "clicked",
         	                                  GTK_SIGNAL_FUNC(destroy_about), GTK_OBJECT(about));