Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv11442/src
Modified Files:
about.c
Log Message:
...
Index: about.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/about.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- about.c 25 May 2002 19:11:34 -0000 1.68
+++ about.c 25 Aug 2002 02:24:47 -0000 1.69
@@ -4,7 +4,7 @@
* Copyright (C) 1998-1999, Mark Spencer <mar...@ma...>
*
* 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);
|