src/protocols/toc/toc.c

changeset 4245
6a4b22d05cc2
parent 4201
547da94c5a14
child 4249
62583b5d3663
equal deleted inserted replaced
4244:3a0952e07004 4245:6a4b22d05cc2
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 }

mercurial