src/gtkdialogs.c

changeset 12504
7b314f52514c
parent 12494
e17696e1ecb2
child 12511
9d852d6b1136
equal deleted inserted replaced
12503:adbbd65ad33b 12504:7b314f52514c
233 str = g_string_sized_new(4096); 233 str = g_string_sized_new(4096);
234 234
235 g_string_append(str, 235 g_string_append(str,
236 _("Gaim is a modular messaging client capable of using " 236 _("Gaim is a modular messaging client capable of using "
237 "AIM, MSN, Yahoo!, Jabber, ICQ, IRC, SILC, " 237 "AIM, MSN, Yahoo!, Jabber, ICQ, IRC, SILC, "
238 "Novell GroupWise, Napster, Zephyr, and Gadu-Gadu " 238 "Novell GroupWise, Lotus Sametime, Napster, Zephyr, and Gadu-Gadu "
239 "all at once. It is written using " 239 "all at once. It is written using "
240 "GTK+ and is licensed under the GNU GPL.<BR><BR>")); 240 "GTK+ and is licensed under the GNU GPL.<BR><BR>"));
241 241
242 g_string_append(str, "<FONT SIZE=\"4\">URL:</FONT> <A HREF=\"" 242 g_string_append(str, "<FONT SIZE=\"4\">URL:</FONT> <A HREF=\""
243 GAIM_WEBSITE "\">" GAIM_WEBSITE "</A><BR/><BR/>"); 243 GAIM_WEBSITE "\">" GAIM_WEBSITE "</A><BR/><BR/>");

mercurial