comparison src/about.c @ 3423:1f6705a6edd7

[gaim-migrate @ 3447] ... committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 25 Aug 2002 02:24:47 +0000
parents 572b9d648c94
children 0a7af6d4d2a0
comparison
equal deleted inserted replaced
3422:cd42bf49e2bb 3423:1f6705a6edd7
2 * gaim 2 * gaim
3 * 3 *
4 * Copyright (C) 1998-1999, Mark Spencer <markster@marko.net> 4 * Copyright (C) 1998-1999, Mark Spencer <markster@marko.net>
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 7 /* it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or 8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version. 9 * (at your option) any later version.
10 * 10 *
11 * This program is distributed in the hope that it will be useful, 11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
133 label = 133 label =
134 gtk_label_new( 134 gtk_label_new(
135 _("Gaim is a modular Instant Messaging client capable of using AIM, ICQ,\n" 135 _("Gaim is a modular Instant Messaging client capable of using AIM, ICQ,\n"
136 "Yahoo!, MSN, IRC, Jabber, Napster, Zephyr, and Gadu-Gadu all at once.\n" 136 "Yahoo!, MSN, IRC, Jabber, Napster, Zephyr, and Gadu-Gadu all at once.\n"
137 "It is written using Gtk+ and is licensed under the GPL.\n\n" "URL: " WEBSITE "\n\n" 137 "It is written using Gtk+ and is licensed under the GPL.\n\n" "URL: " WEBSITE "\n\n"
138 "IRC: #gaim on irc.openprojects.net")); 138 "IRC: #gaim on irc.freenode.net"));
139 139
140 gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT); 140 gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT);
141 gtk_box_pack_start(GTK_BOX(fbox), label, TRUE, TRUE, 0); 141 gtk_box_pack_start(GTK_BOX(fbox), label, TRUE, TRUE, 0);
142 gtk_widget_show(label); 142 gtk_widget_show(label);
143 143