comparison src/about.c @ 2949:d2ecba702280

[gaim-migrate @ 2962] potato committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sat, 02 Feb 2002 02:28:44 +0000
parents 06a61bda8173
children b5033087c748
comparison
equal deleted inserted replaced
2948:092b4b07f75e 2949:d2ecba702280
129 gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT); 129 gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT);
130 gtk_box_pack_start(GTK_BOX(fbox), label, TRUE, TRUE, 0); 130 gtk_box_pack_start(GTK_BOX(fbox), label, TRUE, TRUE, 0);
131 gtk_widget_show(label); 131 gtk_widget_show(label);
132 132
133 text = gtk_text_new(NULL, NULL); 133 text = gtk_text_new(NULL, NULL);
134 gtk_text_insert(GTK_TEXT(text), NULL, NULL, NULL, 134
135 _("Rob Flynn (maintainer) rob@marko.net\nEric Warmenhoven warmenhoven@yahoo.com\n\nBenjamin Miller\nDecklin Foster\nSean Egan\nJim Duchek\nMark Spencer (original author) markster@marko.net"), 135 gtk_text_insert (GTK_TEXT (text), NULL, NULL, NULL,
136 194); 136 _("Active Developers\n====================\nRob Flynn (maintainer) [ rob@marko.net ]\nSean Egan (coder) [ bj91704@binghamton.edu ]\n\nCrazy Patch Writers\n===================\nBenjamin Miller\nDecklin Foster\n\nRetired Developers\n===================\nJim Duchek\nEric Warmenhoven [ warmenhoven@yahoo.com ]\nMark Spencer (original author) [ markster@marko.net ]"), 369);
137
137 gtk_box_pack_start(GTK_BOX(fbox), text, TRUE, TRUE, 0); 138 gtk_box_pack_start(GTK_BOX(fbox), text, TRUE, TRUE, 0);
138 gtk_widget_show(text); 139 gtk_widget_show(text);
139 140
140 /* Close Button */ 141 /* Close Button */
141 142