comparison src/protocols/zephyr/zephyr.c @ 3427:8fa61405af2b

[gaim-migrate @ 3453] Who never commits anything *now*, Etan? I changed most of the error message text around. If you think any of it should be different, just let me know, or send a patch. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 25 Aug 2002 10:51:24 +0000
parents ec20536eaeb0
children 7a3f16a375a5
comparison
equal deleted inserted replaced
3426:ccbcc11a68c2 3427:8fa61405af2b
586 static void zephyr_login(struct aim_user *user) 586 static void zephyr_login(struct aim_user *user)
587 { 587 {
588 ZSubscription_t sub; 588 ZSubscription_t sub;
589 589
590 if (zgc) { 590 if (zgc) {
591 do_error_dialog("Already logged in with Zephyr", "Zephyr"); 591 do_error_dialog("Already logged in with Zephyr", "Because Zephyr uses your system username, you are unable to "
592 "have multiple accounts on it when logged in as the same user.", GAIM_ERROR);
592 return; 593 return;
593 } 594 }
594 595
595 zgc = new_gaim_conn(user); 596 zgc = new_gaim_conn(user);
596 597