comparison src/about.c @ 2997:0dba6ea7d632

[gaim-migrate @ 3010] I meant to do this last night. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 03 Mar 2002 05:44:32 +0000
parents 7239a392486c
children 49fb2b634a2a
comparison
equal deleted inserted replaced
2996:f42b738368bb 2997:0dba6ea7d632
132 gtk_widget_show(label); 132 gtk_widget_show(label);
133 133
134 text = gtk_text_new(NULL, NULL); 134 text = gtk_text_new(NULL, NULL);
135 135
136 gtk_text_insert (GTK_TEXT (text), NULL, NULL, NULL, 136 gtk_text_insert (GTK_TEXT (text), NULL, NULL, NULL,
137 _("Active Developers\n====================\nRob Flynn (maintainer) [ rob@marko.net ]\nSean Egan (coder) [ bj91704@binghamton.edu ]\n\nCrazy Patch Writers\n===================\nBenjamin Miller\nDecklin Foster\nMark Doliner\n\nRetired Developers\n===================\nJim Duchek\nEric Warmenhoven [ warmenhoven@yahoo.com ]\nMark Spencer (original author) [ markster@marko.net ]"), 382); 137 _("Active Developers\n====================\nRob Flynn (maintainer) [ rob@marko.net ]\nSean Egan (coder) [ bj91704@binghamton.edu ]\n\nCrazy Patch Writers\n===================\nBenjamin Miller\nDecklin Foster\nNathan Walp\nMark Doliner\n\nRetired Developers\n===================\nJim Duchek\nEric Warmenhoven [ warmenhoven@yahoo.com ]\nMark Spencer (original author) [ markster@marko.net ]"), 394);
138 138
139 sw = gtk_scrolled_window_new(NULL, NULL); 139 sw = gtk_scrolled_window_new(NULL, NULL);
140 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(sw), GTK_POLICY_NEVER, GTK_POLICY_ALWAYS); 140 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(sw), GTK_POLICY_NEVER, GTK_POLICY_ALWAYS);
141 141
142 gtk_container_add(GTK_CONTAINER(sw), text); 142 gtk_container_add(GTK_CONTAINER(sw), text);