Mercurial > pidgin.yaz
comparison src/protocols/toc/toc.c @ 4245:cd84b0fd63fc
[gaim-migrate @ 4495]
Now, shut up and leave me alone.
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Wed, 08 Jan 2003 05:52:17 +0000 |
| parents | 511c2b63caa4 |
| children | 9c7fcb211886 |
comparison
equal
deleted
inserted
replaced
| 4244:091e9db94ebc | 4245:cd84b0fd63fc |
|---|---|
| 1982 ft->filename, size, sizes[index], (ft->message) ? "\n" : "", | 1982 ft->filename, size, sizes[index], (ft->message) ? "\n" : "", |
| 1983 (ft->message) ? ft->message : ""); | 1983 (ft->message) ? ft->message : ""); |
| 1984 } else { | 1984 } else { |
| 1985 g_snprintf(buf, sizeof(buf), _("%s requests you to send them a file"), ft->user); | 1985 g_snprintf(buf, sizeof(buf), _("%s requests you to send them a file"), ft->user); |
| 1986 } | 1986 } |
| 1987 do_ask_dialog(buf, NULL, ft, _("Accept"), toc_accept_ft, _("Cancel"), toc_reject_ft); | 1987 do_ask_dialog(buf, NULL, ft, _("Accept"), toc_accept_ft, _("Cancel"), toc_reject_ft, FALSE); |
| 1988 } | 1988 } |
