comparison src/protocols/msn/notification.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 f82aa9301ed5
children 8948e4313575
comparison
equal deleted inserted replaced
7980:bcf186e78a56 7981:ad5c8f01882b
2160 GaimConnection *gc = gaim_account_get_connection(account); 2160 GaimConnection *gc = gaim_account_get_connection(account);
2161 char proto_vers[256]; 2161 char proto_vers[256];
2162 size_t i; 2162 size_t i;
2163 2163
2164 if (source == -1) { 2164 if (source == -1) {
2165 gaim_connection_error(session->account->gc, _("Unable to connect")); 2165 gaim_connection_error(session->account->gc, _("Unable to connect."));
2166 return FALSE; 2166 return FALSE;
2167 } 2167 }
2168 2168
2169 if (notification->fd != source) 2169 if (notification->fd != source)
2170 notification->fd = source; 2170 notification->fd = source;