src/gtkdialogs.c

changeset 12937
dbf69af0e829
parent 12868
b828c2f835de
child 12938
9b3c6ca7b930
equal deleted inserted replaced
12936:d2942d796e7c 12937:dbf69af0e829
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> "

mercurial