comparison src/protocols/msn/session.c @ 10514:8f1316d77315

[gaim-migrate @ 11814] Prevent the login progress going backwards if MSN decides to throw an extra step into the login process. And a spelling fix. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 13 Jan 2005 19:37:34 +0000
parents 1a97d5e88d12
children bec9130b24d2
comparison
equal deleted inserted replaced
10513:ab7dd4d50936 10514:8f1316d77315
329 get_login_step_text(MsnSession *session) 329 get_login_step_text(MsnSession *session)
330 { 330 {
331 const char *steps_text[] = { 331 const char *steps_text[] = {
332 _("Connecting"), 332 _("Connecting"),
333 _("Handshaking"), 333 _("Handshaking"),
334 _("Transfering"), 334 _("Transferring"),
335 _("Handshaking"),
335 _("Starting authentication"), 336 _("Starting authentication"),
336 _("Getting cookie"), 337 _("Getting cookie"),
337 _("Authenticating"), 338 _("Authenticating"),
338 _("Sending cookie"), 339 _("Sending cookie"),
339 _("Retrieving buddy list") 340 _("Retrieving buddy list")