comparison 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
comparison
equal deleted inserted replaced
10492:45ad1d15fab3 10493:387d06e21ae3
224 "all at once. It is written using " 224 "all at once. It is written using "
225 "Gtk+ and is licensed under the GPL.<BR><BR>")); 225 "Gtk+ and is licensed under the GPL.<BR><BR>"));
226 226
227 g_string_append(str, "<FONT SIZE=\"4\">URL:</FONT> <A HREF=\"" 227 g_string_append(str, "<FONT SIZE=\"4\">URL:</FONT> <A HREF=\""
228 GAIM_WEBSITE "\">" GAIM_WEBSITE "</A><BR/><BR/>"); 228 GAIM_WEBSITE "\">" GAIM_WEBSITE "</A><BR/><BR/>");
229 229 #ifdef _WIN32
230 g_string_append_printf(str, _("<FONT SIZE=\"4\">IRC:</FONT> "
231 "#wingaim on irc.freenode.net<BR><BR>"));
232 #else
230 g_string_append_printf(str, _("<FONT SIZE=\"4\">IRC:</FONT> " 233 g_string_append_printf(str, _("<FONT SIZE=\"4\">IRC:</FONT> "
231 "#gaim on irc.freenode.net<BR><BR>")); 234 "#gaim on irc.freenode.net<BR><BR>"));
235 #endif
232 236
233 /* Active Developers */ 237 /* Active Developers */
234 g_string_append_printf(str, "<FONT SIZE=\"4\">%s:</FONT><BR/>", 238 g_string_append_printf(str, "<FONT SIZE=\"4\">%s:</FONT><BR/>",
235 _("Active Developers")); 239 _("Active Developers"));
236 for (i = 0; developers[i].name != NULL; i++) { 240 for (i = 0; developers[i].name != NULL; i++) {