comparison src/about.c @ 538:94ab4e2ea247

[gaim-migrate @ 548] Hmm committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 27 Jul 2000 19:01:12 +0000
parents f03f041c1aa9
children ee458e99d60f
comparison
equal deleted inserted replaced
537:d050f88321a1 538:94ab4e2ea247
64 about = gtk_window_new(GTK_WINDOW_DIALOG); 64 about = gtk_window_new(GTK_WINDOW_DIALOG);
65 65
66 g_snprintf(abouttitle, sizeof(abouttitle), _("About GAIM v%s"), VERSION); 66 g_snprintf(abouttitle, sizeof(abouttitle), _("About GAIM v%s"), VERSION);
67 gtk_window_set_title(GTK_WINDOW(about), abouttitle); 67 gtk_window_set_title(GTK_WINDOW(about), abouttitle);
68 gtk_container_border_width(GTK_CONTAINER(about), 2); 68 gtk_container_border_width(GTK_CONTAINER(about), 2);
69 gtk_widget_set_usize(about, 510, 370); 69 gtk_widget_set_usize(about, 510, 390);
70 70
71 gtk_widget_show(about); 71 gtk_widget_show(about);
72 aol_icon(about->window); 72 aol_icon(about->window);
73 73
74 74
85 85
86 label = gtk_label_new( 86 label = gtk_label_new(
87 "GAIM is a client that supports AOL's Instant Messenger protocol\nwritten under the GTK\n" 87 "GAIM is a client that supports AOL's Instant Messenger protocol\nwritten under the GTK\n"
88 "It is developed by:\n" 88 "It is developed by:\n"
89 "Rob Flynn <rflynn@blueridge.net> <IM: RobFlynn> (Maintainer)\n" 89 "Rob Flynn <rflynn@blueridge.net> <IM: RobFlynn> (Maintainer)\n"
90 "Eric Warmenhoven <warmenhoven@yahoo.com> <IM: EWarmenhoven> (GNOME Applet)\n" 90 "Eric Warmenhoven <warmenhoven@yahoo.com> <IM: EWarmenhoven> (Second in Command)\n"
91 "Syd Logan (Designated Driver and Super Hacker *OoOoO*)\n" 91 "Syd Logan (Designated Driver and Super Hacker *OoOoO*)\n"
92 "Jim Duchek <jimduchek@ou.edu> <IM:Zilding> (Former Maintainer)\n" 92 "Jim Duchek <jimduchek@ou.edu> <IM:Zilding> (Former Maintainer)\n"
93 "Mark Spencer <markster@marko.net> <IM: Markster97> (Original Author)\n" 93 "Mark Spencer <markster@marko.net> <IM: Markster97> (Original Author)\n"
94 "\n" 94 "\n"
95 "Gaim is brought to you by a team of penguin pimps, the letter G, and beer.\n"); 95 "Gaim is brought to you by a team of penguin pimps, the letter G, and beer.\n");