libpurple/protocols/msn/session.c

changeset 17528
0144b1908343
parent 17255
a4f1d0f9b81b
child 17686
b9a99ae92f2a
child 20532
272c14d773d3
equal deleted inserted replaced
17527:52201c2338cf 17528:0144b1908343
314 case MSN_ERROR_SERV_DOWN: 314 case MSN_ERROR_SERV_DOWN:
315 msg = g_strdup(_("The MSN servers are going down " 315 msg = g_strdup(_("The MSN servers are going down "
316 "temporarily.")); 316 "temporarily."));
317 break; 317 break;
318 case MSN_ERROR_AUTH: 318 case MSN_ERROR_AUTH:
319 gc->wants_to_die = TRUE;
319 msg = g_strdup_printf(_("Unable to authenticate: %s"), 320 msg = g_strdup_printf(_("Unable to authenticate: %s"),
320 (info == NULL ) ? 321 (info == NULL ) ?
321 _("Unknown error") : info); 322 _("Unknown error") : info);
322 break; 323 break;
323 case MSN_ERROR_BAD_BLIST: 324 case MSN_ERROR_BAD_BLIST:

mercurial