# HG changeset patch # User Sean Egan # Date 1030242287 0 # Node ID 1f6705a6edd7fb5aef9d3e9edb48253e5d10db43 # Parent cd42bf49e2bb332f5ca2302d29be0485b2c659c4 [gaim-migrate @ 3447] ... committer: Tailor Script diff -r cd42bf49e2bb -r 1f6705a6edd7 src/about.c --- a/src/about.c Sat Aug 24 22:34:52 2002 +0000 +++ b/src/about.c Sun Aug 25 02:24:47 2002 +0000 @@ -4,7 +4,7 @@ * Copyright (C) 1998-1999, Mark Spencer * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by +/* it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * @@ -135,7 +135,7 @@ _("Gaim is a modular Instant Messaging client capable of using AIM, ICQ,\n" "Yahoo!, MSN, IRC, Jabber, Napster, Zephyr, and Gadu-Gadu all at once.\n" "It is written using Gtk+ and is licensed under the GPL.\n\n" "URL: " WEBSITE "\n\n" - "IRC: #gaim on irc.openprojects.net")); + "IRC: #gaim on irc.freenode.net")); gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT); gtk_box_pack_start(GTK_BOX(fbox), label, TRUE, TRUE, 0);