comparison src/protocols/toc/toc.c @ 7981:ad5c8f01882b

[gaim-migrate @ 8658] "I have updated the German translation and changed some i18n strings. i18n44.patch contains: - updated German translation - changed some 99% identical strings which differ only in spelling, for instance: _("Unable to connect") and _("Unable to connect.") This reduces some translation strings and makes the UI a bit more clear." committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 03 Jan 2004 16:22:44 +0000
parents 1b8261f374ea
children 9d1a984681fe
comparison
equal deleted inserted replaced
7980:bcf186e78a56 7981:ad5c8f01882b
1904 char *buf; 1904 char *buf;
1905 char *basename; 1905 char *basename;
1906 1906
1907 if (src == -1) { 1907 if (src == -1) {
1908 gaim_notify_error(ft->gc, NULL, 1908 gaim_notify_error(ft->gc, NULL,
1909 _("Could not connect for transfer!"), NULL); 1909 _("Could not connect for transfer."), NULL);
1910 fclose(ft->file); 1910 fclose(ft->file);
1911 g_free(ft->filename); 1911 g_free(ft->filename);
1912 g_free(ft->cookie); 1912 g_free(ft->cookie);
1913 g_free(ft->user); 1913 g_free(ft->user);
1914 g_free(ft->ip); 1914 g_free(ft->ip);