From: Sean E. <sea...@us...> - 2002-08-25 02:23:37
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv10233/src Modified Files: Tag: gtk1-stable about.c Log Message: Good idea, R2D2781. Index: about.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/about.c,v retrieving revision 1.68 retrieving revision 1.68.2.1 diff -u -d -r1.68 -r1.68.2.1 --- about.c 25 May 2002 19:11:34 -0000 1.68 +++ about.c 25 Aug 2002 02:23:33 -0000 1.68.2.1 @@ -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); |