pidgin/gtkdialogs.c

changeset 17286
0da394cd5e55
parent 17273
437c824d2dee
parent 17285
837d67cc52a1
child 17296
1cddfba00af4
equal deleted inserted replaced
17280:7c0472208173 17286:0da394cd5e55
376 "file for the complete list of contributors. We provide no " 376 "file for the complete list of contributors. We provide no "
377 "warranty for this program.<BR><BR>"), PIDGIN_NAME, PIDGIN_NAME, PIDGIN_NAME); 377 "warranty for this program.<BR><BR>"), PIDGIN_NAME, PIDGIN_NAME, PIDGIN_NAME);
378 378
379 g_string_append(str, "<FONT SIZE=\"4\">URL:</FONT> <A HREF=\"" 379 g_string_append(str, "<FONT SIZE=\"4\">URL:</FONT> <A HREF=\""
380 PURPLE_WEBSITE "\">" PURPLE_WEBSITE "</A><BR/><BR/>"); 380 PURPLE_WEBSITE "\">" PURPLE_WEBSITE "</A><BR/><BR/>");
381 #ifdef _WIN32
382 g_string_append_printf(str, _("<FONT SIZE=\"4\">IRC:</FONT> "
383 "#pidgin-win32 on irc.freenode.net<BR><BR>"));
384 #else
385 g_string_append_printf(str, _("<FONT SIZE=\"4\">IRC:</FONT> " 381 g_string_append_printf(str, _("<FONT SIZE=\"4\">IRC:</FONT> "
386 "#pidgin on irc.freenode.net<BR><BR>")); 382 "#pidgin on irc.freenode.net<BR><BR>"));
387 #endif
388 383
389 /* Current Developers */ 384 /* Current Developers */
390 g_string_append_printf(str, "<FONT SIZE=\"4\">%s:</FONT><BR/>", 385 g_string_append_printf(str, "<FONT SIZE=\"4\">%s:</FONT><BR/>",
391 _("Current Developers")); 386 _("Current Developers"));
392 for (i = 0; developers[i].name != NULL; i++) { 387 for (i = 0; developers[i].name != NULL; i++) {

mercurial