diff src/about.c @ 2533:5639484fccc9

[gaim-migrate @ 2546] I gotta big ol' fat diff for you. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 18 Oct 2001 07:22:26 +0000
parents 59bac9b1a716
children b44fc148c1c7
line wrap: on
line diff
--- a/src/about.c	Thu Oct 18 06:59:26 2001 +0000
+++ b/src/about.c	Thu Oct 18 07:22:26 2001 +0000
@@ -115,7 +115,7 @@
 		/* Left side, TOP */
 		style = gtk_widget_get_style(about);
 		pm = gdk_pixmap_create_from_xpm_d(about->window, &bm,
-						  &style->bg[GTK_STATE_NORMAL], (gchar **)aol_logo);
+						  &style->bg[GTK_STATE_NORMAL], (gchar **)gaim_logo_xpm);
 		pixmap = gtk_pixmap_new(pm, bm);
 		gdk_pixmap_unref(pm);
 		gdk_bitmap_unref(bm);
@@ -124,7 +124,7 @@
 
 		label =
 		    gtk_label_new(
-				  _("GAIM is a client that supports AOL's Instant Messenger protocol. It is written\n"
+				  _("Gaim is a client that supports AOL's Instant Messenger protocol. It is written\n"
 				   "using Gtk+ and is licensed under the GPL.\n\n" "URL: " WEBSITE "\n\n"
 				   "IRC: #gaim on irc.openprojects.net"));