comparison src/protocols/silc/ops.c @ 8910:26c9b8761707

[gaim-migrate @ 9680] a patch from wing to fix some grammer and puctuation (but not my spelling), and some white space committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 09 May 2004 04:06:58 +0000
parents 4f7c365c5c5a
children 85caba2f820a
comparison
equal deleted inserted replaced
8909:87e171358001 8910:26c9b8761707
1198 gaim_connection_error(gc, _("Authentication failed")); 1198 gaim_connection_error(gc, _("Authentication failed"));
1199 break; 1199 break;
1200 1200
1201 case SILC_CLIENT_CONN_ERROR_RESUME: 1201 case SILC_CLIENT_CONN_ERROR_RESUME:
1202 gaim_connection_error(gc, 1202 gaim_connection_error(gc,
1203 _("Resuming detached session failed." 1203 _("Resuming detached session failed. "
1204 "Press Reconnect to create new connection.")); 1204 "Press Reconnect to create new connection."));
1205 unlink(silcgaim_session_file(gaim_account_get_username(sg->account))); 1205 unlink(silcgaim_session_file(gaim_account_get_username(sg->account)));
1206 break; 1206 break;
1207 1207
1208 case SILC_CLIENT_CONN_ERROR_TIMEOUT: 1208 case SILC_CLIENT_CONN_ERROR_TIMEOUT: