diff -r 3a4c6c96e2cf -r c9cb49bea66d pidgin/gtkdialogs.c
--- a/pidgin/gtkdialogs.c Sun May 06 00:43:29 2007 +0000
+++ b/pidgin/gtkdialogs.c Sun May 06 00:44:41 2007 +0000
@@ -350,7 +350,9 @@
gdk_pixbuf_unref(pixbuf);
/* Insert the logo */
obj = gtk_widget_get_accessible(logo);
- atk_object_set_description(obj, PIDGIN_NAME " " VERSION);
+ tmp = g_strconcat(PIDGIN_NAME, " " VERSION, NULL);
+ atk_object_set_description(obj, tmp);
+ g_free(tmp);
gtk_box_pack_start(GTK_BOX(vbox), logo, FALSE, FALSE, 0);
frame = pidgin_create_imhtml(FALSE, &text, NULL, NULL);
@@ -506,9 +508,9 @@
#endif
#ifdef HAVE_SSL
- g_string_append(str, " SSL: " PIDGIN_NAME " was compiled with SSL support.
");
+ g_string_append(str, " SSL: SSL support is present.
");
#else
- g_string_append(str, " SSL: " PIDGIN_NAME " was NOT compiled with any SSL support!
");
+ g_string_append(str, " SSL: SSL support was NOT compiled!
");
#endif
/* This might be useful elsewhere too, but it is particularly useful for