| 375 "file for the complete list of contributors. We provide no " |
375 "file for the complete list of contributors. We provide no " |
| 376 "warranty for this program.<BR><BR>"), PIDGIN_NAME, PIDGIN_NAME, PIDGIN_NAME); |
376 "warranty for this program.<BR><BR>"), PIDGIN_NAME, PIDGIN_NAME, PIDGIN_NAME); |
| 377 |
377 |
| 378 g_string_append(str, "<FONT SIZE=\"4\">URL:</FONT> <A HREF=\"" |
378 g_string_append(str, "<FONT SIZE=\"4\">URL:</FONT> <A HREF=\"" |
| 379 PURPLE_WEBSITE "\">" PURPLE_WEBSITE "</A><BR/><BR/>"); |
379 PURPLE_WEBSITE "\">" PURPLE_WEBSITE "</A><BR/><BR/>"); |
| 380 #ifdef _WIN32 |
|
| 381 g_string_append_printf(str, _("<FONT SIZE=\"4\">IRC:</FONT> " |
|
| 382 "#pidgin-win32 on irc.freenode.net<BR><BR>")); |
|
| 383 #else |
|
| 384 g_string_append_printf(str, _("<FONT SIZE=\"4\">IRC:</FONT> " |
380 g_string_append_printf(str, _("<FONT SIZE=\"4\">IRC:</FONT> " |
| 385 "#pidgin on irc.freenode.net<BR><BR>")); |
381 "#pidgin on irc.freenode.net<BR><BR>")); |
| 386 #endif |
|
| 387 |
382 |
| 388 /* Current Developers */ |
383 /* Current Developers */ |
| 389 g_string_append_printf(str, "<FONT SIZE=\"4\">%s:</FONT><BR/>", |
384 g_string_append_printf(str, "<FONT SIZE=\"4\">%s:</FONT><BR/>", |
| 390 _("Current Developers")); |
385 _("Current Developers")); |
| 391 for (i = 0; developers[i].name != NULL; i++) { |
386 for (i = 0; developers[i].name != NULL; i++) { |