comparison src/about.c @ 28:09a58e668f7b

[gaim-migrate @ 37] Its a secret. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 24 Mar 2000 20:56:56 +0000
parents 2846a03bda67
children c8decb758863
comparison
equal deleted inserted replaced
27:0a2a1b62a66d 28:09a58e668f7b
82 "It is developed by:\n" 82 "It is developed by:\n"
83 "Rob Flynn <rflynn@blueridge.net> <IM: RobFlynn> (Maintainer)\n" 83 "Rob Flynn <rflynn@blueridge.net> <IM: RobFlynn> (Maintainer)\n"
84 "Jim Duchek <jimduchek@ou.edu> <IM:Zilding> (Former Maintainer)\n" 84 "Jim Duchek <jimduchek@ou.edu> <IM:Zilding> (Former Maintainer)\n"
85 "Mark Spencer <markster@marko.net> <IM: Markster97> (Original Author)\n" 85 "Mark Spencer <markster@marko.net> <IM: Markster97> (Original Author)\n"
86 "\n" 86 "\n"
87 "A special thanks to Eric Warmenhoven for his gnome applet-goodness.\n"
88 "\n"
87 "Gaim is brought to you by a team of penguin pimps, the letter G, and beer.\n"); 89 "Gaim is brought to you by a team of penguin pimps, the letter G, and beer.\n");
88 90
89 gtk_box_pack_start(GTK_BOX(vbox), label, TRUE, TRUE, 0); 91 gtk_box_pack_start(GTK_BOX(vbox), label, TRUE, TRUE, 0);
90 gtk_widget_show(label); 92 gtk_widget_show(label);
91 93