src/ft.c

changeset 4249
62583b5d3663
parent 4247
a77b46afa096
child 4514
40e3588a280f
equal deleted inserted replaced
4248:f35d88ad8840 4249:62583b5d3663
145 char *newmsg = g_strconcat(buf, ": ", msg, NULL); 145 char *newmsg = g_strconcat(buf, ": ", msg, NULL);
146 g_free(buf); 146 g_free(buf);
147 buf = newmsg; 147 buf = newmsg;
148 } 148 }
149 149
150 do_ask_dialog(buf, NULL, xfer, _("Accept"), ft_choose_file, _("Cancel"), ft_cancel, FALSE); 150 do_ask_dialog(buf, NULL, xfer, _("Accept"), ft_choose_file, _("Cancel"), ft_cancel, NULL, FALSE);
151 g_free(buf); 151 g_free(buf);
152 152
153 return xfer; 153 return xfer;
154 } 154 }
155 155

mercurial