Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv26356
Modified Files:
about.c
Log Message:
potato
Index: about.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/about.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- about.c 2002/01/26 09:49:15 1.61
+++ about.c 2002/02/02 02:28:44 1.62
@@ -131,9 +131,10 @@
gtk_widget_show(label);
text = gtk_text_new(NULL, NULL);
- gtk_text_insert(GTK_TEXT(text), NULL, NULL, NULL,
- _("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_text_insert (GTK_TEXT (text), NULL, NULL, NULL,
+ _("Active Developers\n====================\nRob Flynn (maintainer) [ ro...@ma... ]\nSean Egan (coder) [ bj...@bi... ]\n\nCrazy Patch Writers\n===================\nBenjamin Miller\nDecklin Foster\n\nRetired Developers\n===================\nJim Duchek\nEric Warmenhoven [ war...@ya... ]\nMark Spencer (original author) [ mar...@ma... ]"), 369);
+
gtk_box_pack_start(GTK_BOX(fbox), text, TRUE, TRUE, 0);
gtk_widget_show(text);
|