Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv11044/src
Modified Files:
about.c
Log Message:
so long, and thanks for all the fish
Index: about.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/about.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- about.c 2001/12/20 20:02:07 1.60
+++ about.c 2002/01/26 09:49:15 1.61
@@ -132,8 +132,8 @@
text = gtk_text_new(NULL, NULL);
gtk_text_insert(GTK_TEXT(text), NULL, NULL, NULL,
- _("Rob Flynn (maintainer) ro...@ma...\nEric Warmenhoven (lead coder) war...@ya...\n\nBenjamin Miller\nDecklin Foster\nSean Egan\nJim Duchek\nMark Spencer (original author) mar...@ma..."),
- 208);
+ _("Rob Flynn (maintainer) ro...@ma...\nEric Warmenhoven war...@ya...\n\nBenjamin Miller\nDecklin Foster\nSean Egan\nJim Duchek\nMark Spencer (original author) mar...@ma..."),
+ 194);
gtk_box_pack_start(GTK_BOX(fbox), text, TRUE, TRUE, 0);
gtk_widget_show(text);
|