comparison pidgin/gtkdialogs.c @ 16191:2fbb018031a8

The channel is #pidgin-win32, at least for now.
author Richard Laager <rlaager@wiktel.com>
date Mon, 16 Apr 2007 00:55:43 +0000
parents 634b96915d2e
children 247e421c4fa6
comparison
equal deleted inserted replaced
16190:7447f015a8c6 16191:2fbb018031a8
371 371
372 g_string_append(str, "<FONT SIZE=\"4\">URL:</FONT> <A HREF=\"" 372 g_string_append(str, "<FONT SIZE=\"4\">URL:</FONT> <A HREF=\""
373 PURPLE_WEBSITE "\">" PURPLE_WEBSITE "</A><BR/><BR/>"); 373 PURPLE_WEBSITE "\">" PURPLE_WEBSITE "</A><BR/><BR/>");
374 #ifdef _WIN32 374 #ifdef _WIN32
375 g_string_append_printf(str, _("<FONT SIZE=\"4\">IRC:</FONT> " 375 g_string_append_printf(str, _("<FONT SIZE=\"4\">IRC:</FONT> "
376 "#pidgwin on irc.freenode.net<BR><BR>")); 376 "#pidgin-win32 on irc.freenode.net<BR><BR>"));
377 #else 377 #else
378 g_string_append_printf(str, _("<FONT SIZE=\"4\">IRC:</FONT> " 378 g_string_append_printf(str, _("<FONT SIZE=\"4\">IRC:</FONT> "
379 "#pidgin on irc.freenode.net<BR><BR>")); 379 "#pidgin on irc.freenode.net<BR><BR>"));
380 #endif 380 #endif
381 381