Mercurial > pidgin
comparison src/about.c @ 2541:8229710b343b
[gaim-migrate @ 2554]
fun stuff.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 18 Oct 2001 20:56:59 +0000 |
parents | b44fc148c1c7 |
children | e36ba8814d6d |
comparison
equal
deleted
inserted
replaced
2540:42e8c40247f5 | 2541:8229710b343b |
---|---|
132 gtk_box_pack_start(GTK_BOX(fbox), label, TRUE, TRUE, 0); | 132 gtk_box_pack_start(GTK_BOX(fbox), label, TRUE, TRUE, 0); |
133 gtk_widget_show(label); | 133 gtk_widget_show(label); |
134 | 134 |
135 text = gtk_text_new(NULL, NULL); | 135 text = gtk_text_new(NULL, NULL); |
136 gtk_text_insert(GTK_TEXT(text), NULL, NULL, NULL, | 136 gtk_text_insert(GTK_TEXT(text), NULL, NULL, NULL, |
137 _("Rob Flynn (maintainer) rob@marko.net\nEric Warmenhoven (lead coder) warmenhoven@yahoo.com\n\nBenjamin Miller\nDecklin Foster\nJim Duchek\nMark Spencer (original author) markster@marko.net"), | 137 _("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"), |
138 198); | 138 208); |
139 gtk_box_pack_start(GTK_BOX(fbox), text, TRUE, TRUE, 0); | 139 gtk_box_pack_start(GTK_BOX(fbox), text, TRUE, TRUE, 0); |
140 gtk_widget_show(text); | 140 gtk_widget_show(text); |
141 | 141 |
142 /* Close Button */ | 142 /* Close Button */ |
143 | 143 |