[gaim-migrate @ 7485]

Wed, 24 Sep 2003 13:40:40 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Wed, 24 Sep 2003 13:40:40 +0000
changeset 6938
4c1a78d9e507
parent 6937
d4c3e0ddae95
child 6939
720768090e93

[gaim-migrate @ 7485]
I think Rob meant to do this, except he has beaver feaver (like from Ren
and Stimpy)--hey, speaking of Ren and Stimpy, I've met two girls named
Ren in the past few weeks. Coincidence? I think not.

src/about.c file | annotate | diff | comparison | revisions
--- a/src/about.c	Wed Sep 24 04:33:40 2003 +0000
+++ b/src/about.c	Wed Sep 24 13:40:40 2003 +0000
@@ -133,20 +133,16 @@
 
 		/* Just because */
 		str = g_strconcat(
-				"<FONT SIZE=\"3\">", _(Just Because"), ":</FONT><BR>"
-				"  Rachel Shelton (Vampire & Dark Lord)"
-				"<BR>", NULL);
+			"<FONT SIZE=\"3\">", "Just Because", ":</FONT><BR>"
+			"  Rachel Shelton (Vampire & Dark Lord)<br>"
+			"<BR>", NULL);
 		gtk_imhtml_append_text(GTK_IMHTML(text), str, -1, GTK_IMHTML_NO_SCROLL);
+		g_free(str);
 
 		/* Retired Developers */
 		str = g_strconcat(
 				"<FONT SIZE=\"3\">", _("Retired Developers"), ":</FONT><BR>"
-				ROLL);
-
-                gtk_imhtml_append_text(GTK_IMHTML(text),
-                                _("<FONT SIZE=\"3\">IRC:</FONT> #gaim on irc.fre
-enode.net"
-                 
+				"  Adam Fritzler (", _("former libfaim maintainer"), ")<BR>"
 				"  Eric Warmenhoven (", _("former lead developer"), ") "
 				"&lt;<A HREF=\"mailto:warmenhoven@yahoo.com\">"
 				"warmenhoven@yahoo.com</A>&gt;<BR>"

mercurial