comparison src/about.c @ 2555:e36ba8814d6d

[gaim-migrate @ 2568] php :) committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 19 Oct 2001 20:37:14 +0000
parents 8229710b343b
children 6a9438d32268
comparison
equal deleted inserted replaced
2554:7f312efd287f 2555:e36ba8814d6d
229 "the login window that comes up when you start Gaim, " 229 "the login window that comes up when you start Gaim, "
230 "and click the Signon button. Once you're online, " 230 "and click the Signon button. Once you're online, "
231 "you can talk to one of the Gaim developers for more " 231 "you can talk to one of the Gaim developers for more "
232 "assistance; their contact information is in the " 232 "assistance; their contact information is in the "
233 "AUTHORS file in the Gaim source, or at " 233 "AUTHORS file in the Gaim source, or at "
234 WEBSITE "contact.shtml. If you can't get online and " 234 WEBSITE "contactinfo.php. If you can't get online and "
235 "still need more assistance, feel free to email us " 235 "still need more assistance, feel free to email us "
236 "at gaim@marko.net. Thanks for using Gaim!")); 236 "at gaim@marko.net. Thanks for using Gaim!"));
237 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE); 237 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
238 gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT); 238 gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT);
239 gtk_box_pack_end(GTK_BOX(vbox), label, FALSE, FALSE, 5); 239 gtk_box_pack_end(GTK_BOX(vbox), label, FALSE, FALSE, 5);