diff -r 1be109687973 -r 94dcf9e39d66 gtk/gtkdialogs.c --- a/gtk/gtkdialogs.c Fri Jan 19 04:14:46 2007 +0000 +++ b/gtk/gtkdialogs.c Sat Jan 20 00:38:22 2007 +0000 @@ -298,7 +298,7 @@ } GAIM_DIALOG(about); - gtk_window_set_title(GTK_WINDOW(about), _("About Gaim")); + gtk_window_set_title(GTK_WINDOW(about), _("About " PIDGIN_NAME)); gtk_window_set_role(GTK_WINDOW(about), "about"); gtk_window_set_resizable(GTK_WINDOW(about), TRUE); gtk_window_set_default_size(GTK_WINDOW(about), 340, 450); @@ -322,7 +322,7 @@ gdk_pixbuf_unref(pixbuf); /* Insert the logo */ obj = gtk_widget_get_accessible(logo); - atk_object_set_description(obj, "Gaim " VERSION); + atk_object_set_description(obj, PIDGIN_NAME " " VERSION); gtk_box_pack_start(GTK_BOX(vbox), logo, FALSE, FALSE, 0); frame = gaim_gtk_create_imhtml(FALSE, &text, NULL, NULL); @@ -332,7 +332,7 @@ str = g_string_sized_new(4096); g_string_append(str, - _("Gaim is a modular messaging client capable of using " + _(PIDGIN_NAME " is a modular messaging client capable of using " "AIM, MSN, Yahoo!, Jabber, ICQ, IRC, SILC, SIP/SIMPLE, " "Novell GroupWise, Lotus Sametime, Bonjour, Zephyr, " "Gadu-Gadu, and QQ all at once. " @@ -340,7 +340,7 @@ "You may modify and redistribute the program under " "the terms of the GPL (version 2 or later). A copy of the GPL is " "contained in the 'COPYING' file distributed with Gaim. " - "Gaim is copyrighted by its contributors. See the 'COPYRIGHT' " + PIDGIN_NAME " is copyrighted by its contributors. See the 'COPYRIGHT' " "file for the complete list of contributors. We provide no " "warranty for this program.

")); @@ -469,9 +469,9 @@ #endif #ifdef HAVE_SSL - g_string_append(str, " SSL: Gaim was compiled with SSL support.
"); + g_string_append(str, " SSL: " PIDGIN_NAME " was compiled with SSL support.
"); #else - g_string_append(str, " SSL: Gaim was NOT compiled with any SSL support!
"); + g_string_append(str, " SSL: " PIDGIN_NAME " was NOT compiled with any SSL support!
"); #endif /* This might be useful elsewhere too, but it is particularly useful for