comparison src/about.c @ 3273:943e2b3224a9

[gaim-migrate @ 3291] more de-aim-ization, and a buddy pounce fix. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 25 May 2002 18:58:24 +0000
parents 49fb2b634a2a
children 572b9d648c94
comparison
equal deleted inserted replaced
3272:a0676e830051 3273:943e2b3224a9
130 gtk_box_pack_start(GTK_BOX(fbox), pixmap, FALSE, FALSE, 0); 130 gtk_box_pack_start(GTK_BOX(fbox), pixmap, FALSE, FALSE, 0);
131 gtk_widget_show(pixmap); 131 gtk_widget_show(pixmap);
132 132
133 label = 133 label =
134 gtk_label_new( 134 gtk_label_new(
135 _("Gaim is a client that supports AOL's Instant Messenger protocol. It is written\n" 135 _("Gaim is a modular Instant Messaging client capable of using AIM, ICQ,\n"
136 "using Gtk+ and is licensed under the GPL.\n\n" "URL: " WEBSITE "\n\n" 136 "Yahoo!, MSN, IRC, Jabber, Napster, Zephyr, and Gadu-Gadu all at once.\n"
137 "I is written using Gtk+ and is licensed under the GPL.\n\n" "URL: " WEBSITE "\n\n"
137 "IRC: #gaim on irc.openprojects.net")); 138 "IRC: #gaim on irc.openprojects.net"));
138 139
139 gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT); 140 gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT);
140 gtk_box_pack_start(GTK_BOX(fbox), label, TRUE, TRUE, 0); 141 gtk_box_pack_start(GTK_BOX(fbox), label, TRUE, TRUE, 0);
141 gtk_widget_show(label); 142 gtk_widget_show(label);