Mercurial > pidgin
diff src/gtkdialogs.c @ 10493:387d06e21ae3
[gaim-migrate @ 11783]
not a bad idea
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Sun, 09 Jan 2005 04:35:39 +0000 |
| parents | 151fcda069bc |
| children | 4cc999cc6718 |
line wrap: on
line diff
--- a/src/gtkdialogs.c Sun Jan 09 00:13:34 2005 +0000 +++ b/src/gtkdialogs.c Sun Jan 09 04:35:39 2005 +0000 @@ -226,9 +226,13 @@ g_string_append(str, "<FONT SIZE=\"4\">URL:</FONT> <A HREF=\"" GAIM_WEBSITE "\">" GAIM_WEBSITE "</A><BR/><BR/>"); - +#ifdef _WIN32 + g_string_append_printf(str, _("<FONT SIZE=\"4\">IRC:</FONT> " + "#wingaim on irc.freenode.net<BR><BR>")); +#else g_string_append_printf(str, _("<FONT SIZE=\"4\">IRC:</FONT> " "#gaim on irc.freenode.net<BR><BR>")); +#endif /* Active Developers */ g_string_append_printf(str, "<FONT SIZE=\"4\">%s:</FONT><BR/>",
