comparison src/about.c @ 2939:06a61bda8173

[gaim-migrate @ 2952] so long, and thanks for all the fish committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 26 Jan 2002 09:49:15 +0000
parents 3a9bca5fedcf
children d2ecba702280
comparison
equal deleted inserted replaced
2938:63d3b9101aad 2939:06a61bda8173
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 gtk_text_insert(GTK_TEXT(text), NULL, NULL, NULL,
135 _("Rob Flynn (maintainer) rob@marko.net\nEric Warmenhoven (lead coder) warmenhoven@yahoo.com\n\nBenjamin Miller\nDecklin Foster\nSean Egan\nJim Duchek\nMark Spencer (original author) markster@marko.net"), 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"),
136 208); 136 194);
137 gtk_box_pack_start(GTK_BOX(fbox), text, TRUE, TRUE, 0); 137 gtk_box_pack_start(GTK_BOX(fbox), text, TRUE, TRUE, 0);
138 gtk_widget_show(text); 138 gtk_widget_show(text);
139 139
140 /* Close Button */ 140 /* Close Button */
141 141