comparison src/gtkdialogs.c @ 12937:6a2668fb293f

[gaim-migrate @ 15290] Comply with the GPLv2 better committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 19 Jan 2006 05:44:50 +0000
parents 74f6596fab78
children 56129c18aa2b
comparison
equal deleted inserted replaced
12936:0f3122ce84db 12937:6a2668fb293f
245 gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0); 245 gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0);
246 246
247 str = g_string_sized_new(4096); 247 str = g_string_sized_new(4096);
248 248
249 g_string_append(str, 249 g_string_append(str,
250 _("Gaim is a modular messaging client capable of using " 250 _("Gaim is a modular messaging client capable of using "
251 "AIM, MSN, Yahoo!, Jabber, ICQ, IRC, SILC, " 251 "AIM, MSN, Yahoo!, Jabber, ICQ, IRC, SILC, "
252 "Novell GroupWise, Lotus Sametime, Napster, Zephyr, and Gadu-Gadu " 252 "Novell GroupWise, Lotus Sametime, Napster, Zephyr, and Gadu-Gadu "
253 "all at once. It is written using " 253 "all at once. It is written using GTK+. "
254 "GTK+ and is licensed under the GNU GPL.<BR><BR>")); 254 "You may modify and redistribute the program under "
255 "the terms of the GPL. A copy of the GPL is "
256 "contained in the 'COPYING' file distributed with Gaim. "
257 "Gaim is copyrighted by its contributors. See the 'COPYRIGHT' "
258 "file for the complete list of contributors. We provide no "
259 "warranty for this program.<BR><BR>"));
255 260
256 g_string_append(str, "<FONT SIZE=\"4\">URL:</FONT> <A HREF=\"" 261 g_string_append(str, "<FONT SIZE=\"4\">URL:</FONT> <A HREF=\""
257 GAIM_WEBSITE "\">" GAIM_WEBSITE "</A><BR/><BR/>"); 262 GAIM_WEBSITE "\">" GAIM_WEBSITE "</A><BR/><BR/>");
258 #ifdef _WIN32 263 #ifdef _WIN32
259 g_string_append_printf(str, _("<FONT SIZE=\"4\">IRC:</FONT> " 264 g_string_append_printf(str, _("<FONT SIZE=\"4\">IRC:</FONT> "