Mercurial > pidgin.yaz
changeset 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 | 7447f015a8c6 |
children | c049478412fc |
files | pidgin/gtkdialogs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkdialogs.c Mon Apr 16 00:54:59 2007 +0000 +++ b/pidgin/gtkdialogs.c Mon Apr 16 00:55:43 2007 +0000 @@ -373,7 +373,7 @@ PURPLE_WEBSITE "\">" PURPLE_WEBSITE "</A><BR/><BR/>"); #ifdef _WIN32 g_string_append_printf(str, _("<FONT SIZE=\"4\">IRC:</FONT> " - "#pidgwin on irc.freenode.net<BR><BR>")); + "#pidgin-win32 on irc.freenode.net<BR><BR>")); #else g_string_append_printf(str, _("<FONT SIZE=\"4\">IRC:</FONT> " "#pidgin on irc.freenode.net<BR><BR>"));